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:
Igor Kulikov 2022-01-12 16:27:48 +02:00 committed by GitHub
commit 4cc1da9f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,6 +263,7 @@ export class AttributeTableComponent extends PageComponent implements AfterViewI
this.attributeScopeSelectionReadonly = true;
}
this.mode = 'default';
this.selectedWidgetsBundleAlias = null;
this.attributeScope = this.defaultAttributeScope;
this.pageLink.textSearch = null;
if (this.viewsInited) {