fix(salix): refs #7272 #7272 Add aclService in routes.js

This commit is contained in:
Javier Segarra 2024-04-30 11:24:36 +02:00
parent cf800ae6b4
commit 596c0f78d0
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ function config($stateProvider, $urlRouterProvider) {
template: '<vn-layout></vn-layout>',
resolve: {
config: ['vnConfig', vnConfig => vnConfig.initialize()],
token: ['vnToken', vnToken => vnToken.fetchConfig()]
token: ['vnToken', vnToken => vnToken.fetchConfig()],
acl: ['aclService', aclService => aclService.load()]
}
})
.state('outLayout', {