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:
parent
2ff47f3204
commit
7ff46db808
@ -1 +1 @@
|
||||
2.5.7
|
||||
2.5.8-dev
|
||||
|
@ -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
|
||||
|
@ -563,4 +563,4 @@ DEPENDENCIES
|
||||
webmock
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.1
|
||||
1.13.6
|
||||
|
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user