locally clear refs before processing
This commit is contained in:
@@ -168,6 +168,7 @@ class ModelManager {
|
||||
}
|
||||
|
||||
resolveReferencesForItem(item) {
|
||||
item.locallyClearAllReferences();
|
||||
var contentObject = item.contentObject;
|
||||
if(!contentObject.references) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user