[arvados-workbench2] updated: 2.4.0-177-g34d812f4
git repository hosting
git at public.arvados.org
Thu Aug 4 18:55:08 UTC 2022
Summary of changes:
.../context-menu/action-sets/process-resource-action-set.ts | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
via 34d812f41cb270711da12cd02313a88dcb85d3a4 (commit)
from eb37d946f9aba8c06ad1b4c4d209943e9ec10ff8 (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 34d812f41cb270711da12cd02313a88dcb85d3a4
Author: Stephen Smith <stephen at curii.com>
Date: Thu Aug 4 14:53:32 2022 -0400
19142: Remove input dialog action from process context menu
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/views-components/context-menu/action-sets/process-resource-action-set.ts b/src/views-components/context-menu/action-sets/process-resource-action-set.ts
index a7a75901..f17d74c9 100644
--- a/src/views-components/context-menu/action-sets/process-resource-action-set.ts
+++ b/src/views-components/context-menu/action-sets/process-resource-action-set.ts
@@ -7,7 +7,7 @@ import { ToggleFavoriteAction } from "../actions/favorite-action";
import { toggleFavorite } from "store/favorites/favorites-actions";
import {
RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon,
- RemoveIcon, ReRunProcessIcon, InputIcon, OutputIcon,
+ RemoveIcon, ReRunProcessIcon, OutputIcon,
AdvancedIcon
} from "components/icon/icon";
import { favoritePanelActions } from "store/favorite-panel/favorite-panel-action";
@@ -18,7 +18,6 @@ import { openSharingDialog } from "store/sharing-dialog/sharing-dialog-actions";
import { openRemoveProcessDialog, reRunProcess } from "store/processes/processes-actions";
import { toggleDetailsPanel } from 'store/details-panel/details-panel-action';
import { snackbarActions, SnackbarKind } from "store/snackbar/snackbar-actions";
-import { openProcessInputDialog } from "store/processes/process-input-actions";
import { navigateToOutput } from "store/process-panel/process-panel-actions";
import { openAdvancedTabDialog } from "store/advanced-tab/advanced-tab";
import { TogglePublicFavoriteAction } from "../actions/public-favorite-action";
@@ -52,13 +51,6 @@ export const readOnlyProcessResourceActionSet: ContextMenuActionSet = [[
}
}
},
- {
- icon: InputIcon,
- name: "Inputs",
- execute: (dispatch, resource) => {
- dispatch<any>(openProcessInputDialog(resource.uuid));
- }
- },
{
icon: OutputIcon,
name: "Outputs",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list