mirror of
https://github.com/inventree/InvenTree.git
synced 2026-08-21 20:45:13 +00:00
feat(frontend): add user setting to control navigation behaviour (#12669)
follow up to https://github.com/inventree/InvenTree/pull/12585
This commit is contained in:
@@ -296,4 +296,12 @@ USER_SETTINGS: dict[str, InvenTreeSettingsKeyType] = {
|
||||
'default': False,
|
||||
'validator': bool,
|
||||
},
|
||||
'USE_TABLE_NAVIGATION': {
|
||||
'name': _('Enable Filtered Detail Navigation'),
|
||||
'description': _(
|
||||
'Enable persisting of filtered detail navigation parameters to the view url'
|
||||
),
|
||||
'default': True,
|
||||
'validator': bool,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user