Merge pull request #5535 from AndyButland/defect/5534-user-no-group-save-notification
V8: Fixes #5534 (saving a user with no groups fails validation, but no message is displayed)
This commit is contained in:
@@ -170,7 +170,8 @@
|
||||
|
||||
contentEditingHelper.handleSaveError({
|
||||
redirectOnFailure: false,
|
||||
err: err
|
||||
err: err,
|
||||
showNotifications: true
|
||||
});
|
||||
|
||||
vm.page.saveButtonState = "error";
|
||||
|
||||
Reference in New Issue
Block a user