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:
parent
0fddd22df8
commit
fcbee960a7
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user