mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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
Block a user