mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 03:25:44 +00:00
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.
This directory contains all bundles for the Open MCT Web platform, as well as the framework which runs them.