UI: Added clearing selectedWidgetsBundleAlias when calling resetSortAndFilter function in attribute table
This commit is contained in:
parent
f2974532c6
commit
79f3d3826a
@ -263,6 +263,7 @@ export class AttributeTableComponent extends PageComponent implements AfterViewI
|
|||||||
this.attributeScopeSelectionReadonly = true;
|
this.attributeScopeSelectionReadonly = true;
|
||||||
}
|
}
|
||||||
this.mode = 'default';
|
this.mode = 'default';
|
||||||
|
this.selectedWidgetsBundleAlias = null;
|
||||||
this.attributeScope = this.defaultAttributeScope;
|
this.attributeScope = this.defaultAttributeScope;
|
||||||
this.pageLink.textSearch = null;
|
this.pageLink.textSearch = null;
|
||||||
if (this.viewsInited) {
|
if (this.viewsInited) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user