This should not have been removed

This commit is contained in:
Régis Hanol 2018-11-14 23:23:02 +01:00
parent 0f5aeab003
commit 1c678c8c54
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export default RestrictedUserRoute.extend({
},
function() {
// model failed to save
controller.set("saving", false);
bootbox.alert(I18n.t("generic_error"));
}
);