openmct/platform/core
Shefali Joshi aebb5df611
Check that mutation happens only if model has changed (#3751)
* When a mutation is requested, the LegacyObjectAPIInterceptor triggers a second mutatation request - ensure that the model for this 2nd request has some diff from the current model before saving the object.

Co-authored-by: Andrew Henry <akhenry@gmail.com>
2021-05-20 10:01:14 -07:00
..
src Check that mutation happens only if model has changed (#3751) 2021-05-20 10:01:14 -07:00
test Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
bundle.js Updates copyright year to 2021 (#3699) 2021-03-29 09:56:52 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This bundle contains core software components of Open MCT. These components describe MCT's information model, and are responsible for introducing the API and infrastructure which supports domain objects.