Browse Source

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

pull/5549/head
Vladyslav_Prykhodko 5 years ago
parent
commit
79f3d3826a
  1. 1
      ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts

1
ui-ngx/src/app/modules/home/components/attribute/attribute-table.component.ts

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

Loading…
Cancel
Save