1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] confirmation message after admin creation

This commit is contained in:
Sylvain 2017-06-13 19:26:32 +02:00
parent 2ff47f3204
commit 7ff46db808
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
2.5.7
2.5.8-dev

View File

@ -1,5 +1,8 @@
# Changelog Fab Manager
## next release
- Fix a bug: confirmation message not shown after admin creation
- add task `rake fablab:get_incoherent_invoice` allow find the invoices incoherent
## v2.5.7 2017 June 8

View File

@ -563,4 +563,4 @@ DEPENDENCIES
webmock
BUNDLED WITH
1.13.1
1.13.6

View File

@ -555,7 +555,7 @@ Application.Controllers.controller "NewMemberController", ["$scope", "$state", "
##
# Controller used in the admin's creation page (admin view)
##
Application.Controllers.controller 'NewAdminController', ['$state', '$scope', 'Admin', 'growl', ($state, $scope, Admin, growl)->
Application.Controllers.controller 'NewAdminController', ['$state', '$scope', 'Admin', 'growl', '_t', ($state, $scope, Admin, growl, _t)->
## default admin profile
$scope.admin =