[ARVADOS-WORKBENCH2] updated: 1.1.4-328-g18a1de5
Git user
git at public.curoverse.com
Wed Jul 18 05:35:37 EDT 2018
Summary of changes:
src/services/favorite-service/favorite-service.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 18a1de5ecd6a2b746a89aa28f5f022578d858660 (commit)
from e9ddb402bae21b72cc23ac71d492bca9d92eb356 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 18a1de5ecd6a2b746a89aa28f5f022578d858660
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Wed Jul 18 11:35:14 2018 +0200
Add recursive flag to favorite contents api call
Feature #13840
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/services/favorite-service/favorite-service.ts b/src/services/favorite-service/favorite-service.ts
index 3d852ce..825471f 100644
--- a/src/services/favorite-service/favorite-service.ts
+++ b/src/services/favorite-service/favorite-service.ts
@@ -53,7 +53,8 @@ export default class FavoriteService {
return this.groupsService.contents(userUuid, {
limit: args.limit,
offset: args.offset,
- filters: FilterBuilder.create<GroupContentsResource>().addIn('uuid', uuids)
+ filters: FilterBuilder.create<GroupContentsResource>().addIn('uuid', uuids),
+ recursive: true
});
});
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list