[ARVADOS-WORKBENCH2] updated: 2.3.0-40-g0db26cfb
Git user
git at public.arvados.org
Tue Nov 23 03:26:10 UTC 2021
Summary of changes:
src/store/group-details-panel/group-details-panel-actions.ts | 2 ++
1 file changed, 2 insertions(+)
via 0db26cfb0926f4f840d11bf85b66dfee921bf1f2 (commit)
from 207429c4a8863bce7e53082179e3e3b78c67b073 (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 0db26cfb0926f4f840d11bf85b66dfee921bf1f2
Author: Stephen Smith <stephen at curii.com>
Date: Mon Nov 22 22:25:42 2021 -0500
18123: Reload group links after editing permission.
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>
diff --git a/src/store/group-details-panel/group-details-panel-actions.ts b/src/store/group-details-panel/group-details-panel-actions.ts
index 26ba537d..6f594de0 100644
--- a/src/store/group-details-panel/group-details-panel-actions.ts
+++ b/src/store/group-details-panel/group-details-panel-actions.ts
@@ -108,6 +108,8 @@ export const editPermissionLevel = (data: EditPermissionLevelFormData) =>
try {
await permissionService.update(data[EDIT_PERMISSION_LEVEL_UUID_FIELD_NAME], {name: parsePermissionLevel(data[EDIT_PERMISSION_LEVEL_FIELD_NAME])});
dispatch(dialogActions.CLOSE_DIALOG({ id: EDIT_PERMISSION_LEVEL_DIALOG }));
+ dispatch(GroupMembersPanelActions.REQUEST_ITEMS());
+ dispatch(GroupPermissionsPanelActions.REQUEST_ITEMS());
dispatch(snackbarActions.OPEN_SNACKBAR({ message: 'Permission level changed.', hideDuration: 2000 }));
} catch (e) {
dispatch(snackbarActions.OPEN_SNACKBAR({
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list