Show the notification when validation fails following saving a user with no groups assigned

This commit is contained in:
Andy Butland
2019-05-28 15:57:03 +02:00
parent c4ba0454fc
commit 0dedd7b2d4

View File

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