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:
Matthias Mair
2026-08-20 11:23:12 +10:00
committed by GitHub
parent e7da98069a
commit 36d21fe640
4 changed files with 20 additions and 8 deletions
+1
View File
@@ -33,6 +33,7 @@ The *Display Settings* screen shows general display configuration options:
{{ usersetting("SHOW_EXTRA_MODEL_INFO") }}
{{ usersetting("SHOW_FULL_LOCATION_IN_TABLES") }}
{{ usersetting("DISPLAY_ITEMS_FINAL_LEVEL") }}
{{ usersetting("USE_TABLE_NAVIGATION") }}
### Search Settings