Skip to content

Using the provided mixin for enabling specific models, don't work if are custom actions declared. #104

@aConar

Description

@aConar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions