#26387: Related popup doesn’t open in a changelist when in raw_id_fields
---------------------------------+--------------------
     Reporter:  BertrandBordage  |      Owner:  nobody
         Type:  Bug              |     Status:  new
    Component:  contrib.admin    |    Version:  1.9
     Severity:  Normal           |   Keywords:
 Triage Stage:  Unreviewed       |  Has patch:  0
Easy pickings:  0                |      UI/UX:  0
---------------------------------+--------------------
 Suppose you have this admin class, where 'fk' is a ForeignKey field name:
 {{{#!python
 @register(YourModel)
 class YourModelAdmin(ModelAdmin):
     list_display = ['fk']
     list_editable = ['fk']
     raw_id_fields = ['fk']
 }}}
 When you open the changelist, everything is displayed normally, fk
 consists in a field and a magnifying glass. But no javascript 'click'
 event is bound to the glass, so the changelist of the related model opens
 directly in the main window, not in popup.

 Of course, it prevents the users from filling the field, the only
 solutions being: to type the ID, or to open the change view, which may be
 disabled if you want users to only use the changelist…

 Bug experienced on all Django 1.9 versions, and probably master.

--
Ticket URL: <https://code.djangoproject.com/ticket/26387>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/058.80361a0d7eba182c692cb09da7cf292a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to