mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix in state change handling and reporting
https://fedorahosted.org/freeipa/ticket/3236
This commit is contained in:
@@ -248,7 +248,7 @@ IPA.facet = function(spec, no_init) {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
if (va !== vb) {
|
||||
if (va != vb) {
|
||||
same = false;
|
||||
skip[a] = true;
|
||||
break;
|
||||
@@ -2449,7 +2449,7 @@ var FacetState = declare([Stateful, Evented], {
|
||||
this._updating = true;
|
||||
this.clear();
|
||||
this.set(object);
|
||||
delete this.updating;
|
||||
delete this._updating;
|
||||
var new_state = this.clone();
|
||||
this.emit('set', old_state, new_state);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user