[ARVADOS-WORKBENCH2] updated: 1.1.4-591-gc6ef6cc
Git user
git at public.curoverse.com
Mon Aug 13 13:55:33 EDT 2018
Summary of changes:
.../context-menu/action-sets/root-project-action-set.ts | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
via c6ef6cc481dc56270d8ad80d387115eace618525 (commit)
from 37e43f4e19ad2bd27b15fe7f0d857218dad39055 (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 c6ef6cc481dc56270d8ad80d387115eace618525
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date: Mon Aug 13 19:55:30 2018 +0200
Post merge compilation fix
No issue #
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>
diff --git a/src/views-components/context-menu/action-sets/root-project-action-set.ts b/src/views-components/context-menu/action-sets/root-project-action-set.ts
index fb380fc..de3b954 100644
--- a/src/views-components/context-menu/action-sets/root-project-action-set.ts
+++ b/src/views-components/context-menu/action-sets/root-project-action-set.ts
@@ -6,11 +6,10 @@ import { reset } from "redux-form";
import { ContextMenuActionSet } from "../context-menu-action-set";
import { projectActions } from "~/store/project/project-action";
-import { NewProjectIcon } from "~/components/icon/icon";
-import { collectionCreateActions } from "../../../store/collections/creator/collection-creator-action";
+import { collectionCreateActions } from "~/store/collections/creator/collection-creator-action";
import { PROJECT_CREATE_DIALOG } from "../../dialog-create/dialog-project-create";
import { COLLECTION_CREATE_DIALOG } from "../../dialog-create/dialog-collection-create";
-import { NewProjectIcon, CollectionIcon } from "../../../components/icon/icon";
+import { NewProjectIcon, CollectionIcon } from "~/components/icon/icon";
export const rootProjectActionSet: ContextMenuActionSet = [[
{
@@ -20,7 +19,7 @@ export const rootProjectActionSet: ContextMenuActionSet = [[
dispatch(reset(PROJECT_CREATE_DIALOG));
dispatch(projectActions.OPEN_PROJECT_CREATOR({ ownerUuid: resource.uuid }));
}
- },
+ },
{
icon: CollectionIcon,
name: "New Collection",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list