Component manager notify observers on delete
This commit is contained in:
@@ -546,6 +546,9 @@ class ComponentManager {
|
|||||||
this.deactivateComponent(model, true);
|
this.deactivateComponent(model, true);
|
||||||
}
|
}
|
||||||
this.modelManager.setItemToBeDeleted(model);
|
this.modelManager.setItemToBeDeleted(model);
|
||||||
|
// Currently extensions are not notified of association until a full server sync completes.
|
||||||
|
// We manually notify observers.
|
||||||
|
this.modelManager.notifySyncObserversOfModels([model], SFModelManager.MappingSourceRemoteSaved);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.syncManager.sync();
|
this.syncManager.sync();
|
||||||
|
|||||||
Reference in New Issue
Block a user