Navigate back to user profiles page on user edit save
This commit is contained in:
@@ -32,6 +32,7 @@ define(["jQuery", "loading", "libraryMenu", "fnchecked"], function($, loading, l
|
||||
}
|
||||
|
||||
function onSaveComplete(page, user) {
|
||||
Dashboard.navigate("userprofiles.html");
|
||||
loading.hide();
|
||||
require(["toast"], function(toast) {
|
||||
toast(Globalize.translate("SettingsSaved"));
|
||||
|
||||
Reference in New Issue
Block a user