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

[UI] Settings render (#9148)

* Update sample plugin

* Inline rendering of model based settings

* Spelling fix

* Add playwright testing
This commit is contained in:
Oliver
2025-02-22 21:59:06 +11:00
committed by GitHub
parent 2cabd02c6b
commit 8df34cefd6
6 changed files with 118 additions and 8 deletions

View File

@ -62,7 +62,7 @@ class PluginWithSettings(SettingsMixin, InvenTreePlugin):
'name': _('Assembled Part'),
'description': _('Settings can point to internal database models'),
'model': 'part.part',
'filters': {
'model_filters': {
'active': True,
'assembly': True
}