mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
(bug) cannot access store
This commit is contained in:
parent
bd10f0235b
commit
11a0f62452
@ -634,9 +634,6 @@ angular.module('application.router', ['ui.router'])
|
|||||||
controller: 'StoreController'
|
controller: 'StoreController'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data: {
|
|
||||||
authorizedRoles: Fablab.storeHidden ? ['admin', 'manager'] : undefined
|
|
||||||
},
|
|
||||||
params: {
|
params: {
|
||||||
categoryTypeUrl: { dynamic: true, raw: true, type: 'path', value: null, squash: true },
|
categoryTypeUrl: { dynamic: true, raw: true, type: 'path', value: null, squash: true },
|
||||||
category: { dynamic: true, type: 'path', raw: true, value: null, squash: true },
|
category: { dynamic: true, type: 'path', raw: true, value: null, squash: true },
|
||||||
|
Loading…
Reference in New Issue
Block a user