You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the changes which were made on July 3, 2024, I have a problem with the filters. There were changes done at the file "data-source-toolbar.component.ts". Since then the filters weren't set initial anymore.
Hi,
Since the changes which were made on July 3, 2024, I have a problem with the filters. There were changes done at the file "data-source-toolbar.component.ts". Since then the filters weren't set initial anymore.
identities.component.ts:
this.dataModel = this.isAdmin ? await this.identitiesService.getDataModelAdmin() : await this.identitiesService.getDataModelReport();
this.filterOptions = this.dataModel.Filters;
this.groupingOptions = this.getGroupableProperties(this.dataModel.Properties);
In the filterOptions I now always get for "this.filterOptions[].CurrentValue" the value "Undefined".
These filters are not set initial anymore, i always have to select them now manually:
Regards,
Dominic
The text was updated successfully, but these errors were encountered: