20603: Trash shows all items, not just those owned by user
[arvados.git] / src / store / trash-panel / trash-panel-middleware-service.ts
index bed3e62859b73c52bae07259599e2066afe8ef1f..e63365103319c709de6a7405e594409662e1148b 100644 (file)
@@ -56,7 +56,7 @@ export class TrashPanelMiddlewareService extends DataExplorerMiddlewareService {
         try {
             api.dispatch(progressIndicatorActions.START_WORKING(this.getId()));
             const listResults = await this.services.groupsService
-                .contents(userUuid, {
+                .contents('', {
                     ...dataExplorerToListParams(dataExplorer),
                     order: getOrder(dataExplorer),
                     filters,