#33029: Can't open multiple Django Admin Popups for the same related field. -----------------------------------+-------------------------------------- Reporter: Yash Jhunjhunwala | Owner: nobody Type: New feature | Status: closed Component: contrib.admin | Version: 2.2 Severity: Normal | Resolution: wontfix Keywords: | Triage Stage: Unreviewed Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 1 -----------------------------------+--------------------------------------
Comment (by Yash Jhunjhunwala): Replying to [comment:1 Carlton Gibson]: > Happy to reopen if you want to work on an implementation that's not too complex though! What if we add an index of sorts to the window name. for e.g. if the field name is foo then the instead of window name being "id_foo", we can use "id_foo_1". Also pass the index to popup. > I click the same + button; I can't add two objects to the same FK, so the popup is replaced; This would work as is since the + will always open window of the same index. But would solve the problem for the chain of models. -- Ticket URL: <https://code.djangoproject.com/ticket/33029#comment:3> 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/061.b0632232284525a54292f061e13a5507%40djangoproject.com.