[ARVADOS-WORKBENCH2] updated: 1.2.0-149-g9bf2393
Git user
git at public.curoverse.com
Mon Aug 27 03:41:23 EDT 2018
Summary of changes:
src/store/project/project-action.ts | 2 --
src/views-components/context-menu/action-sets/project-action-set.ts | 1 -
2 files changed, 3 deletions(-)
via 9bf2393f07c8a89eaf510a1e6ea3a8432303fcd6 (commit)
from 1f0d4a9c57515816112baa3cb45bf97bec490737 (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 9bf2393f07c8a89eaf510a1e6ea3a8432303fcd6
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Mon Aug 27 09:41:17 2018 +0200
clean code
Feature #14103
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/store/project/project-action.ts b/src/store/project/project-action.ts
index 0598f66..d8123c3 100644
--- a/src/store/project/project-action.ts
+++ b/src/store/project/project-action.ts
@@ -24,8 +24,6 @@ export const projectActions = unionize({
value: 'payload'
});
-export const PROJECT_FORM_NAME = 'projectEditDialog';
-
export const getProjectList = (parentUuid: string = '') =>
(dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
dispatch(projectActions.PROJECTS_REQUEST(parentUuid));
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 4c15ce6..bc5d739 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
@@ -5,7 +5,6 @@
import { reset, initialize } from "redux-form";
import { ContextMenuActionSet } from "../context-menu-action-set";
-import { projectActions, PROJECT_FORM_NAME } from "~/store/project/project-action";
import { NewProjectIcon, RenameIcon, CopyIcon, MoveToIcon } from "~/components/icon/icon";
import { ToggleFavoriteAction } from "../actions/favorite-action";
import { toggleFavorite } from "~/store/favorites/favorites-actions";
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list