mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 15:10:54 +00:00
Add setting to show location path as plain text in tables (#9960)
* Add setting to show location path as plain text in tables * Use the Location Path setting also for Default Location in the PartTable * Add setting to show PartCategoty as plain text * Set DefaultLocationColumn defaultVisible to false * Fix typo * Simplify settings keys * Simplify the name attribute * Fix typo --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@ -24,7 +24,9 @@ The *Display Settings* screen shows general display configuration options:
|
||||
{{ usersetting("FORMS_CLOSE_USING_ESCAPE") }}
|
||||
{{ usersetting("PART_SHOW_QUANTITY_IN_FORMS") }}
|
||||
{{ usersetting("DISPLAY_STOCKTAKE_TAB") }}
|
||||
{{ usersetting("SHOW_FULL_CATEGORY_IN_TABLES")}}
|
||||
{{ usersetting("ENABLE_LAST_BREADCRUMB") }}
|
||||
{{ usersetting("SHOW_FULL_LOCATION_IN_TABLES") }}
|
||||
|
||||
### Search Settings
|
||||
|
||||
|
Reference in New Issue
Block a user