[ARVADOS-WORKBENCH2] updated: 1.3.1-447-gc93fca2c
Git user
git at public.curoverse.com
Mon May 13 12:39:23 UTC 2019
Summary of changes:
src/store/projects/project-update-actions.ts | 2 ++
1 file changed, 2 insertions(+)
via c93fca2c9be41ca963a0271dd373cc1a40cba196 (commit)
from fffd98c407b5cabc744dccc4b051156d8445807a (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 c93fca2c9be41ca963a0271dd373cc1a40cba196
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Mon May 13 14:39:06 2019 +0200
refs #14914-after-adding-a-description-on-existing-project-content-is-now-visible-until-is-refreshed
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/store/projects/project-update-actions.ts b/src/store/projects/project-update-actions.ts
index 321b8554..b9206976 100644
--- a/src/store/projects/project-update-actions.ts
+++ b/src/store/projects/project-update-actions.ts
@@ -11,6 +11,7 @@ import { ServiceRepository } from "~/services/services";
import { ProjectResource } from '~/models/project';
import { ContextMenuResource } from "~/store/context-menu/context-menu-actions";
import { getResource } from '~/store/resources/resources';
+import { projectPanelActions } from '~/store/project-panel/project-panel-action';
export interface ProjectUpdateFormDialogData {
uuid: string;
@@ -33,6 +34,7 @@ export const updateProject = (project: Partial<ProjectResource>) =>
dispatch(startSubmit(PROJECT_UPDATE_FORM_NAME));
try {
const updatedProject = await services.projectService.update(uuid, project);
+ dispatch(projectPanelActions.REQUEST_ITEMS());
dispatch(dialogActions.CLOSE_DIALOG({ id: PROJECT_UPDATE_FORM_NAME }));
return updatedProject;
} catch (e) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list