Merge pull request #11471 from maxunbearable/fix/hotfix-dahsboard-widget-editing
Fixed issue with not saving Widget on Widget editing
This commit is contained in:
commit
1974237d65
@ -1227,7 +1227,7 @@ export class DashboardPageComponent extends PageComponent implements IDashboardC
|
|||||||
};
|
};
|
||||||
this.init(dashboardPageInitData);
|
this.init(dashboardPageInitData);
|
||||||
} else {
|
} else {
|
||||||
this.dashboard = dashboard;
|
this.dashboard.version = dashboard.version;
|
||||||
this.setEditMode(false, false);
|
this.setEditMode(false, false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user