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:
Sebastiaan Janssen
2019-05-31 16:19:01 +02:00
committed by GitHub

View File

@@ -170,7 +170,8 @@
contentEditingHelper.handleSaveError({
redirectOnFailure: false,
err: err
err: err,
showNotifications: true
});
vm.page.saveButtonState = "error";