mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
Fix bug
This commit is contained in:
@@ -55,6 +55,7 @@ class LogEntryTypeRegistry(EventPluginRegistry):
|
||||
def reg(clz):
|
||||
for action_type, plain in data.items():
|
||||
self.register(clz(action_type=action_type, plain=plain))
|
||||
return clz
|
||||
return reg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user