Delegate workbench refreshing actions from project dialog actions
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 27 Aug 2018 14:38:38 +0000 (16:38 +0200)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 27 Aug 2018 14:38:38 +0000 (16:38 +0200)
commitcda707f957a027a484f24f44090a4e5b995572a8
tree6e06ccbc001a317b8f76027edc3a482eaa3f8e7e
parentb979b48045c915f0ea95bb95d591f8ac306ddf06
Delegate workbench refreshing actions from project dialog actions

Feature #14102

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>
16 files changed:
src/index.tsx
src/routes/routes.ts
src/store/navigation/navigation-action.ts
src/store/project-panel/project-panel-action.ts
src/store/projects/project-create-actions.ts
src/store/projects/project-move-actions.ts
src/store/projects/project-update-actions.ts
src/store/side-panel-tree/side-panel-tree-actions.ts
src/store/tree-picker/tree-picker-reducer.ts
src/store/workbench/workbench-actions.ts [new file with mode: 0644]
src/views-components/api-token/api-token.tsx
src/views-components/create-collection-dialog-with-selected/create-collection-dialog-with-selected.tsx [deleted file]
src/views-components/dialog-forms/create-project-dialog.ts
src/views-components/dialog-forms/move-project-dialog.ts
src/views-components/dialog-forms/update-project-dialog.ts
src/views/workbench/workbench.tsx