2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-10 17:20:32 +00:00

patch mixin

This commit is contained in:
Matthias
2022-05-11 16:55:38 +02:00
parent 175066ba19
commit 272d2f79cc

@ -15,9 +15,10 @@ class ActionMixin:
"""
MIXIN_NAME = 'Actions'
def __init__(self):
def __init__(self, user=None, data=None):
super().__init__()
self.add_mixin('action', True, __class__)
self.init(user, data)
def action_name(self):
"""