[ARVADOS-WORKBENCH2] updated: 1.2.0-1013-g39b9643
Git user
git at public.curoverse.com
Wed Nov 28 05:15:49 EST 2018
Summary of changes:
.../context-menu/action-sets/project-action-set.ts | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
via 39b9643ebbc7b626b9c2be412bb234c443a422a2 (commit)
from 27d398c3ca5bc3ea14f6e93324513cef9a68caed (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 39b9643ebbc7b626b9c2be412bb234c443a422a2
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Wed Nov 28 11:15:36 2018 +0100
refs #14533-copy-to-project-does-not-work-from-side-bar-context-menu
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/views-components/context-menu/action-sets/project-action-set.ts b/src/views-components/context-menu/action-sets/project-action-set.ts
index 5e1182b..8c81e3b 100644
--- a/src/views-components/context-menu/action-sets/project-action-set.ts
+++ b/src/views-components/context-menu/action-sets/project-action-set.ts
@@ -60,13 +60,13 @@ export const projectActionSet: ContextMenuActionSet = [[
dispatch<any>(openMoveProjectDialog(resource));
}
},
- {
- icon: CopyIcon,
- name: "Copy to project",
- execute: (dispatch, resource) => {
- // add code
- }
- },
+ // {
+ // icon: CopyIcon,
+ // name: "Copy to project",
+ // execute: (dispatch, resource) => {
+ // // add code
+ // }
+ // },
{
icon: DetailsIcon,
name: "View details",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list