[arvados] updated: 2.7.0-5868-g0b4704f12b

git repository hosting git at public.arvados.org
Fri Feb 9 16:12:18 UTC 2024


Summary of changes:
 .../src/components/multiselect-toolbar/MultiselectToolbar.tsx           | 2 +-
 .../src/components/multiselect-toolbar/ms-kind-action-differentiator.ts | 2 +-
 .../src/components/multiselect-toolbar/ms-toolbar-action-filters.ts     | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

       via  0b4704f12b74bcaf060a1ac4028698d78effcf0d (commit)
      from  b6b9a7dee8a6e1e5dd82047044a3ac8694236e65 (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 0b4704f12b74bcaf060a1ac4028698d78effcf0d
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Feb 9 11:12:14 2024 -0500

    21224: removed vestigial imports Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index ce4d7af9be..e9104ef26c 100644
--- a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -105,7 +105,7 @@ export const MultiselectToolbar = connect(
     mapDispatchToProps
 )(
     withStyles(styles)((props: MultiselectToolbarProps & WithStyles<CssRules>) => {
-        const { classes, checkedList, inputSelectedUuid, iconProps, user, disabledButtons, auth } = props;
+        const { classes, checkedList, inputSelectedUuid, iconProps, user, disabledButtons } = props;
         const singleSelectedUuid = inputSelectedUuid ?? props.singleSelectedUuid
         const singleResourceKind = singleSelectedUuid ? [resourceToMsResourceKind(singleSelectedUuid, iconProps.resources, user)] : null
         const currentResourceKinds = singleResourceKind ? singleResourceKind : Array.from(selectedToKindSet(checkedList));
diff --git a/services/workbench2/src/components/multiselect-toolbar/ms-kind-action-differentiator.ts b/services/workbench2/src/components/multiselect-toolbar/ms-kind-action-differentiator.ts
index 3a173b2af9..5a84d4c573 100644
--- a/services/workbench2/src/components/multiselect-toolbar/ms-kind-action-differentiator.ts
+++ b/services/workbench2/src/components/multiselect-toolbar/ms-kind-action-differentiator.ts
@@ -13,7 +13,7 @@ export function findActionByName(name: string, actionSet: MultiSelectMenuActionS
     return actionSet[0].find(action => action.name === name);
 }
 
-const { COLLECTION, PROCESS, PROJECT, WORKFLOW , USER} = ResourceKind;
+const { COLLECTION, PROCESS, PROJECT, WORKFLOW } = ResourceKind;
 
 export const kindToActionSet: Record<string, MultiSelectMenuActionSet> = {
     [COLLECTION]: msCollectionActionSet,
diff --git a/services/workbench2/src/components/multiselect-toolbar/ms-toolbar-action-filters.ts b/services/workbench2/src/components/multiselect-toolbar/ms-toolbar-action-filters.ts
index 2157286382..9faba26936 100644
--- a/services/workbench2/src/components/multiselect-toolbar/ms-toolbar-action-filters.ts
+++ b/services/workbench2/src/components/multiselect-toolbar/ms-toolbar-action-filters.ts
@@ -83,8 +83,6 @@ const {
     FILTER_GROUP_ADMIN,
     WORKFLOW,
     READONLY_WORKFLOW,
-    ROOT_PROJECT,
-    ROOT_PROJECT_ADMIN,
 } = msMenuResourceKind;
 
 export type TMultiselectActionsFilters = Record<string, [MultiSelectMenuActionSet, Set<string>]>;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list