You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I realize that if you disable MassEdit globally using:
MASSEDIT = {
'ADD_ACTION_GLOBALLY': False,
}
And enable MassEdit on specific models using the provided mixin, it doesn't works when you have declared custom actions for the same model. For example, I have a simple custom action for csv export declared:
actions = ['export_csv']
And for the same model I added MassEdit using the mixin and it wont work. I have to comment 'actions' for get MassEdit working.
Kind regards,
Alej
The text was updated successfully, but these errors were encountered:
Hi, I realize that if you disable MassEdit globally using:
And enable MassEdit on specific models using the provided mixin, it doesn't works when you have declared custom actions for the same model. For example, I have a simple custom action for csv export declared:
actions = ['export_csv']
And for the same model I added MassEdit using the mixin and it wont work. I have to comment 'actions' for get MassEdit working.
Kind regards,
Alej
The text was updated successfully, but these errors were encountered: