2
0
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:
Oliver
2022-05-19 11:00:31 +10:00
parent ebcb9685b5
commit 11b21a9cca
4 changed files with 12 additions and 3 deletions
@@ -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',
}
]