Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Run" Button Missing in Action List After Adding SortableAdminMixin #699

Closed
DivyanshuJhamtani opened this issue Aug 24, 2024 · 2 comments
Closed

Comments

@DivyanshuJhamtani
Copy link

What version of Unfold are you using?

0.34.0

What version of Django are you using?

4.2.6

What browser are you using?

Chrome 128.0.6613.84

Did you checked changelog/commit history, if the bug is not already fixed?

Yes

Did you searched other issues, if the bug is not already fixed?

Yes

Repository with reproduced bug
.

Describe your issue

I'm encountering an issue with Django admin when using the SortableAdminMixin. Specifically, after adding SortableAdminMixin to my Django admin configuration, the "Run" button for performing bulk actions, such as deleting multiple rows, is no longer visible.

Here's a brief overview of the problem:

Context: I am using SortableAdminMixin to enable sortable functionality in the Django admin interface. This mixin is designed to allow for drag-and-drop sorting of list items.

Problem: After incorporating SortableAdminMixin, the "Run" button, which is typically available for executing bulk actions (e.g., deleting selected rows), is no longer displayed in the action list dropdown menu.

Impact: This issue prevents users from performing batch actions on selected rows, which affects the usability and functionality of the admin interface for managing data efficiently.

Steps to Reproduce:

Add SortableAdminMixin to your admin class.
Observe the admin interface where the bulk action dropdown is displayed.
Notice that the "Run" button is missing from the action list.
Any guidance or solutions to resolve this issue would be greatly appreciated.

@lukasvinclav
Copy link
Contributor

Duplicate of #683

@lukasvinclav lukasvinclav marked this as a duplicate of #683 Sep 2, 2024
@lukasvinclav lukasvinclav closed this as not planned Won't fix, can't repro, duplicate, stale Sep 2, 2024
@thakryptex
Copy link

I have the same issue.
In the list view, when I select some rows and want to run some action, there is no "Run" button there.
If I disable unfold in the settings, it appears again (as it usually exists in the original django admin).

And it's not a duplicate of #683

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants