mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-23 09:35:30 +00:00
Allow registry.with_mixin to filter by active status
This commit is contained in:
@@ -58,7 +58,7 @@ class CustomPanelSample(PanelMixin, SettingsMixin, InvenTreePlugin):
|
||||
|
||||
panels = [
|
||||
{
|
||||
# This panel will not be displayed, as it is missing the 'content' key
|
||||
# Simple panel without any actual content
|
||||
'title': 'No Content',
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user