[arvados-workbench2] updated: 2.6.2-3-g5ea8f6ef
git repository hosting
git at public.arvados.org
Wed Sep 27 13:13:56 UTC 2023
Summary of changes:
src/store/context-menu/context-menu-actions.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 5ea8f6ef6a823bdbcec036cded13d03be4d3724b (commit)
from 5fa710bf0218bd474233fd5867b15cc6622e6b31 (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 5ea8f6ef6a823bdbcec036cded13d03be4d3724b
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Sep 27 09:13:51 2023 -0400
20382: refined menukind narrowing Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/store/context-menu/context-menu-actions.ts b/src/store/context-menu/context-menu-actions.ts
index 113e9de2..dc35ab68 100644
--- a/src/store/context-menu/context-menu-actions.ts
+++ b/src/store/context-menu/context-menu-actions.ts
@@ -306,8 +306,8 @@ export const resourceUuidToContextMenuKind =
: readonly
? ContextMenuKind.READONLY_PROCESS_RESOURCE
: resource && isProcessCancelable(getProcess(resource.uuid)(getState().resources) as Process)
- ? ContextMenuKind.PROCESS_RESOURCE
- : ContextMenuKind.RUNNING_PROCESS_RESOURCE;
+ ? ContextMenuKind.RUNNING_PROCESS_RESOURCE
+ : ContextMenuKind.PROCESS_RESOURCE;
case ResourceKind.USER:
return ContextMenuKind.ROOT_PROJECT;
case ResourceKind.LINK:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list