17306: Removed userUuid from group call
authorDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Mon, 1 Feb 2021 18:50:39 +0000 (19:50 +0100)
committerDaniel Kutyła <daniel.kutyla@contractors.roche.com>
Mon, 1 Feb 2021 18:50:39 +0000 (19:50 +0100)
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

src/services/favorite-service/favorite-service.ts

index fbb2a52f448920e8b34cccaac6219709193534c7..84abcb20c937e780955172bef8160035d8870286 100644 (file)
@@ -60,7 +60,7 @@ export class FavoriteService {
             })
             .then(results => {
                 const uuids = results.items.map(item => item.headUuid);
-                return this.groupsService.contents(userUuid, {
+                return this.groupsService.contents('', {
                     limit,
                     offset,
                     order: contentOrder,