mirror of
https://github.com/nasa/openmct.git
synced 2025-01-20 03:36:44 +00:00
[Persistence] Update bundle definition
...to reflect dependency on identifierService to interpret an object's persistence space based on its identifier.
This commit is contained in:
parent
ffdcbece56
commit
33f88d30ed
@ -188,7 +188,7 @@
|
||||
{
|
||||
"key": "persistence",
|
||||
"implementation": "capabilities/PersistenceCapability.js",
|
||||
"depends": [ "persistenceService", "PERSISTENCE_SPACE" ]
|
||||
"depends": [ "persistenceService", "identifierService" ]
|
||||
},
|
||||
{
|
||||
"key": "metadata",
|
||||
|
Loading…
Reference in New Issue
Block a user