[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:
@@ -188,7 +188,7 @@
|
|||||||
{
|
{
|
||||||
"key": "persistence",
|
"key": "persistence",
|
||||||
"implementation": "capabilities/PersistenceCapability.js",
|
"implementation": "capabilities/PersistenceCapability.js",
|
||||||
"depends": [ "persistenceService", "PERSISTENCE_SPACE" ]
|
"depends": [ "persistenceService", "identifierService" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "metadata",
|
"key": "metadata",
|
||||||
|
|||||||
Reference in New Issue
Block a user