-
Notifications
You must be signed in to change notification settings - Fork 6
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
"Add" feature in the admin sometimes appears #85
Comments
I think this may actually be a js issue: |
Nope, that's not it, even after fixing jquery load issue. |
new theory max_num_forms should be 0, and is 1
https://github.com/django/django/blob/1.11.14/django/contrib/admin/static/admin/js/inlines.js#L39 |
I think the library I'm using for nested forms is no longer under active development, and it's not going to work, I don't think, with Django 2... so I'm going to have bigger fish to fry :-) |
"Add another" should not appear here:
When there is a response, it does not:
So, something about the code for removing "add" from the UI is not working, when there is a SubscriptionRequest or a UpdateRequest but no matching response.
The text was updated successfully, but these errors were encountered: