openmct/platform/core
Victor Woeltjen b98758daf8 [Persistence] Fix bug in id filtering
Fix bug when filtering out namespaced identifiers when reading
domain object models from persistence; filter operation was
breaking the logic of pairing ids back to loaded models by
index. Corrects behavior introduced to reduce latency when
loading the telemetry hierarchy, part of WARP Server
integration, WTD-644.
2015-01-13 08:44:49 -08:00
..
src [Persistence] Fix bug in id filtering 2015-01-13 08:44:49 -08:00
test [Views] Add tests for type-view restrictions 2015-01-09 17:25:43 -08:00
bundle.json [Views] Warn if view omits key 2015-01-06 10:14:38 -08:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

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