Opened 17 years ago
Closed 17 years ago
#6202 closed (fixed)
FilteredSelectMultiple widget does not have showAddAnotherPopup [newforms-admin]
Description ¶
The FilteredSelectMultiple
widget for m2m-relations does not allow to add another related object using a javascript popup window (as it does in old-admin).
Patch: Pass the represented related model on widget initialization. When rendering use this information to add the showAddAnotherPopup
code.
Change History (4)
by , 17 years ago
comment:2 by , 17 years ago
Keywords: | nfa-blocker added |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Looks good to me. Tagging with nfa-blocker since this patch will bring some functionality back up to par with old-admin.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch