mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 16:58:04 +00:00
3135174491
Utilize model cache, permitting object models in edit mode to be reused across multiple distinct instances with unique contexts (unique contexts are necessary to avoid ambiguity in the Remove action, WTD-473). To avoid infinite digest cycles as a consequence of this, refactor context/composition capability wrappers such that the former is idempotent (since idempotence is no longer ensured by the EditableDomainObjectCache) to avoid infinite digest errors in Edit mode.
Contains sources and resources associated with Edit mode.