implemented applying of a patch

This commit is contained in:
lotte
2018-09-19 13:10:23 +02:00
parent 17ad62c172
commit e959542e2d
20 changed files with 226 additions and 147 deletions

View File

@@ -29,8 +29,8 @@ class TestService extends ComColDataService<NormalizedTestObject, any> {
protected store: Store<CoreState>,
protected EnvConfig: GlobalConfig,
protected cds: CommunityDataService,
protected objectCache: ObjectCacheService,
protected halService: HALEndpointService,
protected objectCache: ObjectCacheService,
protected linkPath: string
) {
super();
@@ -92,8 +92,8 @@ describe('ComColDataService', () => {
store,
EnvConfig,
cds,
objectCache,
halService,
objectCache,
LINK_NAME
);
}