-
Notifications
You must be signed in to change notification settings - Fork 103
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
NestedTabularInline drag-and-drop? #97
Comments
Hmm. We have extensive unit tests for drag-and-drop on |
I disabled everything possible to see if there was a conflict. There are no custom templates. Django==2.0.4 However, I have a base class:
The problem seems to be with extra = 0. When extra = 1 (or greater), drag-and-drop works normally. |
@globophobe can you check if the dj20-fix-tabular-inlines branch fixes your issue? |
There was no change. There were no errors in the javascript console. I tried a few browsers, and cleared the cache. I had cloned the branch, and installed with "python setup.py develop" pip freeze:
I looked at 58b4c98 However, I'm not familiar with the code base. Maybe, I'll look more on the weekend. |
@globophobe did you ever get to the bottom of this? |
Sorry, not yet. |
Thanks for the great library! NestedStackedInline drag-and-drop works great.
NestedTabularInline drag-and-drop doesn't seem to work. The first level is fine. However, subsequent levels of nesting don't respond.
The text was updated successfully, but these errors were encountered: