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:
@ -12,7 +12,7 @@ class EventPluginSample(EventMixin, InvenTreePlugin):
|
||||
"""
|
||||
|
||||
NAME = "EventPlugin"
|
||||
SLUG = "event"
|
||||
SLUG = "sampleevent"
|
||||
TITLE = "Triggered Events"
|
||||
|
||||
def process_event(self, event, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user