diff --git a/apps/perms/templates/perms/asset_permission_detail.html b/apps/perms/templates/perms/asset_permission_detail.html index ad0d3a7cd..044438c43 100644 --- a/apps/perms/templates/perms/asset_permission_detail.html +++ b/apps/perms/templates/perms/asset_permission_detail.html @@ -189,7 +189,8 @@ function updateSystemUser(system_users) { }; requestApi({ url: the_url, - body: JSON.stringify(body) + body: JSON.stringify(body), + success: function () {window.location.reload()} }); }