Merge pull request #5549 from vvlladd28/bug/incorect-show-widget-mode/selectedWidgetsBundles
[3.3.3] UI: Added clearing selectedWidgetsBundleAlias when calling resetSortAndFilter function in attribute table
This commit is contained in:
commit
4cc1da9f82
@ -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