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

The bug related to admin.sortable.tabular.inlines #254

Open
DennisMatveyev opened this issue Mar 11, 2022 · 1 comment
Open

The bug related to admin.sortable.tabular.inlines #254

DennisMatveyev opened this issue Mar 11, 2022 · 1 comment

Comments

@DennisMatveyev
Copy link

At the moment library does not allow sorting when tabular inline extra field is rendered. Extra field contains delete icon with html class attribute '.inline-deletelink' and the JS code in the library works incorrectly.
https://github.com/alsoicode/django-admin-sortable/blob/master/adminsortable/templates/adminsortable/edit_inline/admin.sortable.tabular.inlines.html#L22

@khyer
Copy link

khyer commented Aug 1, 2022

Would love to see a better way to detect unsaved changes in general. I use an additional Django admin plugin (django-better-admin-arrayfield) which renders icons with that class, and the mere existence of the icons on the page prevent this plugin from working.

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

2 participants