mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[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:
@ -28,7 +28,7 @@ define(
|
||||
editableObject,
|
||||
domainObject,
|
||||
cache,
|
||||
true // Not idempotent
|
||||
true // Idempotent
|
||||
);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user