mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
[bug] spaces item is not at the correct position in the admin navigation menu
This commit is contained in:
parent
5301a237ca
commit
21c3084bb8
@ -3,6 +3,7 @@
|
||||
- Change style and pluralize the text of the slot division alert in new availability assistant
|
||||
- Fix a bug: in feature tours, next and previous arrows may be broken on some systems
|
||||
- Fix a bug: in the user's menu, two links to the personal wallet
|
||||
- Fix a bug: spaces item is not at the correct position in the admin navigation menu
|
||||
|
||||
## v4.3.0 2020 March 04
|
||||
|
||||
|
@ -140,7 +140,7 @@ Application.Controllers.controller('MainNavController', ['$scope', function ($sc
|
||||
$scope.adminNavLinks = adminNavLinks;
|
||||
|
||||
if (!Fablab.withoutSpaces) {
|
||||
return $scope.adminNavLinks.splice(4, 0, {
|
||||
return $scope.adminNavLinks.splice(3, 0, {
|
||||
state: 'app.public.spaces_list',
|
||||
linkText: 'app.public.common.manage_the_spaces',
|
||||
linkIcon: 'rocket'
|
||||
|
Loading…
x
Reference in New Issue
Block a user