2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Add option to display "starred categories" on the index page

This commit is contained in:
Oliver
2021-11-03 23:29:36 +11:00
parent 7567b8dd63
commit 193d6b334c
5 changed files with 28 additions and 5 deletions

View File

@ -879,6 +879,12 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'default': True,
'validator': bool,
},
'HOMEPAGE_CATEGORY_STARRED': {
'name': _('Show subscribed categories'),
'description': _('Show subscribed part categories on the homepage'),
'default': True,
'validator': bool,
},
'HOMEPAGE_PART_LATEST': {
'name': _('Show latest parts'),
'description': _('Show latest parts on the homepage'),