Merge pull request #13445 from ArtemDzhereleiko/AD/bug-fix/cell-content-func/calc-twice

Fixed calculated twice cell content function for entities table
This commit is contained in:
Igor Kulikov 2025-06-02 19:29:28 +03:00 committed by GitHub
commit 05f2c05fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -340,7 +340,6 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
public onDataUpdated() {
this.alarmsDatasource.updateAlarms();
this.clearCache();
this.ctx.detectChanges();
}
public onEditModeChanged() {

View File

@ -275,7 +275,6 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
public onDataUpdated() {
this.entityDatasource.dataUpdated();
this.clearCache();
this.ctx.detectChanges();
}
public onEditModeChanged() {