#9025: Nested Inline Support in Admin
-------------------------------+------------------------------------
     Reporter:  pixelcort      |                    Owner:  Gargamel
         Type:  New feature    |                   Status:  assigned
    Component:  contrib.admin  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  1              |  Patch needs improvement:  1
Easy pickings:  0              |                    UI/UX:  1
-------------------------------+------------------------------------

Comment (by Gargamel):

 @rugbyjock: I was able to reproduce the first bug now, I forgot to set
 extra=0. The problem is, I don't really see how this is fixable... The
 root of the problem is that when extra is 0, the inline templates only
 insert the 'empty-form', but these forms do not contain the nested forms,
 because this would break all previous javascript code for inlines. I think
 to fix this bug I would have to rewrite nearly all of my code and the
 inline code in general... For this reason I will probably just disable the
 option of putting 0 in the extra field when nested inlines are used. Maybe
 one day I'll feel like rewriting the entire thing, but not now :).

 The second bug was indeed fixed for the most, but I just uploaded the
 wrong diff >.<

 I'll do some more fixing and then I'll upload the file again.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/9025#comment:125>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to