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

Prevent drag & drop on Django admin when user needs to filter first #4

Open
mbrochh opened this issue Sep 27, 2016 · 0 comments
Open

Comments

@mbrochh
Copy link
Member

mbrochh commented Sep 27, 2016

Sometimes a model has FKs to several other models (let's say an Event has a FK to "Category" and "Type") and the positioning should not happen based on all objects of that model, but only based on a certain subset. For example, only all Events that are categorized as "China" and are of type "Art Fair" should then have a custom positioning.

It would be cool if we could prevent the drag & drop javascript form kicking in until the necessary list_filters have been selected.

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

1 participant