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:
commit
05f2c05fb2
@ -340,7 +340,6 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit,
|
|||||||
public onDataUpdated() {
|
public onDataUpdated() {
|
||||||
this.alarmsDatasource.updateAlarms();
|
this.alarmsDatasource.updateAlarms();
|
||||||
this.clearCache();
|
this.clearCache();
|
||||||
this.ctx.detectChanges();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public onEditModeChanged() {
|
public onEditModeChanged() {
|
||||||
|
|||||||
@ -275,7 +275,6 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni
|
|||||||
public onDataUpdated() {
|
public onDataUpdated() {
|
||||||
this.entityDatasource.dataUpdated();
|
this.entityDatasource.dataUpdated();
|
||||||
this.clearCache();
|
this.clearCache();
|
||||||
this.ctx.detectChanges();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public onEditModeChanged() {
|
public onEditModeChanged() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user