2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Updates to samplepanel plugin

- Enhanced content for "hello world" panel
- Add an optional panel which breaks rendering
This commit is contained in:
Oliver
2022-05-19 10:04:20 +10:00
parent 14b60cdedc
commit ebcb9685b5
2 changed files with 37 additions and 4 deletions

View File

@ -12,7 +12,7 @@ class EventPluginSample(EventMixin, InvenTreePlugin):
"""
NAME = "EventPlugin"
SLUG = "event"
SLUG = "sampleevent"
TITLE = "Triggered Events"
def process_event(self, event, *args, **kwargs):