Skip to content
  • David Edmundson's avatar
    Avoid emitting configurationChanged during save · 0c0e4af8
    David Edmundson authored
    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
    0c0e4af8