1
0
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:
Du Peng 2022-10-12 19:40:49 +02:00
parent bd10f0235b
commit 11a0f62452

View File

@ -634,9 +634,6 @@ angular.module('application.router', ['ui.router'])
controller: 'StoreController'
}
},
data: {
authorizedRoles: Fablab.storeHidden ? ['admin', 'manager'] : undefined
},
params: {
categoryTypeUrl: { dynamic: true, raw: true, type: 'path', value: null, squash: true },
category: { dynamic: true, type: 'path', raw: true, value: null, squash: true },