store - remove collection creator, modify modla for adding collection
authorJanicki Artur <artur.janicki@contractors.roche.com>
Thu, 23 Aug 2018 14:11:54 +0000 (16:11 +0200)
committerJanicki Artur <artur.janicki@contractors.roche.com>
Thu, 23 Aug 2018 14:11:54 +0000 (16:11 +0200)
commitf4ed762732e8f5d2f7c4c08d5efbe92d4bce7f16
tree0a629622f15224f9ff1285cf91dd89ade9f223fb
parent9bad01c91c6c67d5067419ab709129ff1d1e6b18
store - remove collection creator, modify modla for adding collection

Feature #14103

Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki@contractors.roche.com>
14 files changed:
src/store/collections/collection-create-actions.ts [new file with mode: 0644]
src/store/collections/collection-update-actions.ts
src/store/collections/collections-reducer.ts
src/store/collections/creator/collection-creator-action.ts [deleted file]
src/store/collections/creator/collection-creator-reducer.test.ts [deleted file]
src/store/collections/creator/collection-creator-reducer.ts [deleted file]
src/views-components/context-menu/action-sets/collection-action-set.ts
src/views-components/context-menu/action-sets/collection-resource-action-set.ts
src/views-components/context-menu/action-sets/root-project-action-set.ts
src/views-components/create-collection-dialog/create-collection-dialog.tsx [deleted file]
src/views-components/dialog-create/dialog-collection-create.tsx
src/views-components/dialog-forms/create-collection-dialog.ts [new file with mode: 0644]
src/views-components/dialog-forms/update-collection-dialog.ts [moved from src/views-components/update-collection-dialog/update-collection-dialog.ts with 54% similarity]
src/views/workbench/workbench.tsx