[Persistence] Use identifier service to get key
Retrieve key from identifier service for all persist operations. Fixes https://github.com/nasa/openmct/issues/1013
This commit is contained in:
@@ -101,6 +101,7 @@ define(
|
||||
});
|
||||
mockIdentifierService.parse.andReturn(mockIdentifier);
|
||||
mockIdentifier.getSpace.andReturn(SPACE);
|
||||
mockIdentifier.getKey.andReturn(id);
|
||||
persistence = new PersistenceCapability(
|
||||
mockCacheService,
|
||||
mockPersistenceService,
|
||||
|
||||
Reference in New Issue
Block a user