Show the notification when validation fails following saving a user with no groups assigned
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