mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(bug) failed to create manager cryptic error
This commit is contained in:
parent
d6886f8371
commit
d77283dd0a
@ -1,5 +1,7 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
- Fix a bug: cryptic error message when failed to create a manager
|
||||
|
||||
## v5.6.1 2023 January 6
|
||||
|
||||
- Fix a bug: allow decimal values for VAT rates
|
||||
|
@ -1262,7 +1262,7 @@ Application.Controllers.controller('NewManagerController', ['$state', '$scope',
|
||||
return $state.go('app.admin.members');
|
||||
}
|
||||
, function (error) {
|
||||
growl.error(_t('app.admin.admins_new.failed_to_create_manager') + JSON.stringify(error.data ? error.data : error));
|
||||
growl.error(_t('app.admin.manager_new.failed_to_create_manager') + JSON.stringify(error.data ? error.data : error));
|
||||
console.error(error);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user