1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-17 11:54:22 +01:00

(bug) reload store on category url change

This commit is contained in:
Sylvain 2022-10-25 14:50:09 +02:00
parent 0fddd22df8
commit fcbee960a7

View File

@ -635,8 +635,8 @@ angular.module('application.router', ['ui.router'])
}
},
params: {
categoryTypeUrl: { dynamic: true, raw: true, type: 'path', value: null, squash: true },
category: { dynamic: true, type: 'path', raw: true, value: null, squash: true },
categoryTypeUrl: { raw: true, type: 'path', value: null, squash: true },
category: { type: 'path', raw: true, value: null, squash: true },
machines: { array: true, dynamic: true, type: 'query', raw: true },
keywords: { dynamic: true, type: 'query' },
is_active: { dynamic: true, type: 'query', value: 'true', squash: true },