Usergroup management in the UI feature/48-usergroup-management #88

Merged
niggl merged 35 commits from feature/48-usergroup-management into dev 2021-02-26 19:07:17 +00:00
Showing only changes of commit 5994b22464 - Show all commits

View File

@ -50,6 +50,7 @@
(o) => o.target + ":" + o.action !== a.target + ":" + a.action
);
});
grantedPermissions_initial = grantedPermissions;
Toastify({
text: $_("permissions-updated"),
duration: 2500,