django-safedelete icon indicating copy to clipboard operation
django-safedelete copied to clipboard

Conflicts with other admin tool since `actions` is hardcoded

Open RignonNoel opened this issue 6 years ago • 2 comments

I used SafeDeleteAdmin in addition of ExportActionModelAdmin, these two packages define actions attributes of the AdminModel to be added to the list of actions.

Is there a reason to hardcode this attributes in place of just adding undelete_selected to the list of pre-define actions value ? I'm open to create a PR on work on it, i just want some return before to be sure i'm going in the right direction.

Thanks :)

RignonNoel avatar Jul 12 '19 17:07 RignonNoel

Feel free to make a PR, I don't think it has been given any thought yet. Thank you!

AndreasBackx avatar Jul 12 '19 22:07 AndreasBackx

@AndreasBackx Thanks for your quick answer! I will try to give you a solution Monday :)

RignonNoel avatar Jul 13 '19 16:07 RignonNoel