patch mixin
This commit is contained in:
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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue