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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user