#13163: Display link to change-form on inlines where model is registered in 
admin
site
-------------------------------+------------------------------------
     Reporter:  DrMeers        |                    Owner:  DrMeers
         Type:  New feature    |                   Status:  assigned
    Component:  contrib.admin  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:  inline link    |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  1              |  Patch needs improvement:  1
Easy pickings:  0              |                    UI/UX:  1
-------------------------------+------------------------------------

Comment (by blueyed):

 @smcoll:

 It looks like there is a wrong `if` in your patch: `{% if
 inline_admin_form.original %}`. It should check for the new
 `show_edit_link` option probably.

 I assume that it won't work for many2many inlines, where you have `model =
 Foo.bars.through`?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/13163#comment:19>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.7fa11163b25bb279050b9bb0645a33c6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to