2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

make registration simpler

This commit is contained in:
Matthias
2022-01-11 01:08:35 +01:00
parent 3ff4ed67c3
commit f612f57992

View File

@ -17,7 +17,7 @@ class ActionMixin:
def __init__(self):
super().__init__()
self.add_mixin('action', 'has_action', __class__)
self.add_mixin('action', True, __class__)
def action_name(self):
"""