merge master
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Thu, 9 Aug 2018 15:06:53 +0000 (17:06 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Thu, 9 Aug 2018 15:06:53 +0000 (17:06 +0200)
Feature #13902

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

1  2 
src/views-components/context-menu/action-sets/project-action-set.ts
src/views/workbench/workbench.tsx

index 39359e264fd8eae1649c2b880d5952a729c0437b,4e7a60028877f3d2fc0117a2d8a6e77c2f2073b0..06ffb9d8f2aa4aabeb5721cdce698ca95b5032ee
@@@ -2,13 -2,15 +2,16 @@@
  //
  // SPDX-License-Identifier: AGPL-3.0
  
+ 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 { NewProjectIcon, MoveToIcon } from "../../../components/icon/icon";
  import { ToggleFavoriteAction } from "../actions/favorite-action";
  import { toggleFavorite } from "../../../store/favorites/favorites-actions";
  import { favoritePanelActions } from "../../../store/favorite-panel/favorite-panel-action";
 +import { openMoveToDialog } from "../../move-to-dialog/move-to-dialog";
+ import { PROJECT_CREATE_DIALOG } from "../../dialog-create/dialog-project-create";
  
  export const projectActionSet: ContextMenuActionSet = [[{
      icon: NewProjectIcon,
index 090e40eda809486587d198187e96083481372ff9,ab7ac38bc90cfae8518974dc867373015c0804b8..c8d447445a44edeb78b47829ad7f3bb52aefe325
@@@ -46,7 -47,8 +47,9 @@@ import { RenameFileDialog } from '../..
  import { FileRemoveDialog } from '../../views-components/file-remove-dialog/file-remove-dialog';
  import { MultipleFilesRemoveDialog } from '../../views-components/file-remove-dialog/multiple-files-remove-dialog';
  import { DialogCollectionCreateWithSelectedFile } from '../../views-components/create-collection-dialog-with-selected/create-collection-dialog-with-selected';
 +import { MoveToProjectDialog } from '../../views-components/move-to-dialog/move-to-dialog';
+ import { COLLECTION_CREATE_DIALOG } from '../../views-components/dialog-create/dialog-collection-create';
+ import { PROJECT_CREATE_DIALOG } from '../../views-components/dialog-create/dialog-project-create';
  
  const DRAWER_WITDH = 240;
  const APP_BAR_HEIGHT = 100;