1
0

94072: Group page list issue fixes

This commit is contained in:
Kristof De Langhe
2022-08-31 18:02:36 +02:00
parent d7fc14aba3
commit 18c208f6a4
5 changed files with 52 additions and 18 deletions

View File

@@ -11,7 +11,8 @@ export function getMockObjectCacheService(): ObjectCacheService {
'getRequestHrefByUUID',
'getList',
'hasByUUID',
'hasByHref'
'hasByHref',
'getRequestUUIDBySelfLink',
]);
}