Skip to content
Commit 0c0e4af8 authored by David Edmundson's avatar David Edmundson
Browse files

Avoid emitting configurationChanged during save

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
parent dc7a175d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment