Skip to content

Avoid emitting configurationChanged during save

David Edmundson requested to merge work/changed_on_load into master

The system montior widgets have a 3 way-sync between it's own internal saving mechanism and external cfg properties purely for the apply button. This leads to us calling load just after save when values sync, and because JS can't compare arrays easily this leads to us emitting the config has changes again immediately.

BUG: 422672

Merge request reports