UI: Added clearing selectedWidgetsBundleAlias when calling resetSortAndFilter function in attribute table

This commit is contained in:
Vladyslav_Prykhodko 2021-11-12 15:52:58 +02:00
parent f2974532c6
commit 79f3d3826a

View File

@ -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) {