How to disable bulk move on same page #409
Answered
by
fsbraun
girase1pranay
asked this question in
Q&A
-
In my application I want to disable bulk move functionality, is there any configuration for that or any workaround? |
Beta Was this translation helpful? Give feedback.
Answered by
fsbraun
Sep 18, 2024
Replies: 1 comment 1 reply
-
If you mean the bulk actions (the ones in the drop down menu at the top of your changelist): You can subclass
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
girase1pranay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean the bulk actions (the ones in the drop down menu at the top of your changelist): You can subclass
get_actions
in your admin (the one that has theSortableAdminMixin
), callsuper()
and remove