From 33f88d30ed4ff6ec28602a39fee4ed94c289195d Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 10 Nov 2015 12:34:30 -0800 Subject: [PATCH] [Persistence] Update bundle definition ...to reflect dependency on identifierService to interpret an object's persistence space based on its identifier. --- platform/core/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/core/bundle.json b/platform/core/bundle.json index 42b233bfcf..591486dd55 100644 --- a/platform/core/bundle.json +++ b/platform/core/bundle.json @@ -188,7 +188,7 @@ { "key": "persistence", "implementation": "capabilities/PersistenceCapability.js", - "depends": [ "persistenceService", "PERSISTENCE_SPACE" ] + "depends": [ "persistenceService", "identifierService" ] }, { "key": "metadata",