[Core] Edit-wrap relationship capability

Wrap objects retrieved via the relationship capability
with Edit mode caching etc, for WTD-1007.
This commit is contained in:
Victor Woeltjen
2015-03-09 15:29:25 -07:00
parent 97fe378751
commit bbe26cd06c
5 changed files with 99 additions and 2 deletions

View File

@ -28,7 +28,7 @@ define(
editableObject,
domainObject,
cache,
true // Not idempotent
true // Idempotent
);
};
}