Opened 18 years ago
Closed 18 years ago
#6202 closed (fixed)
FilteredSelectMultiple widget does not have showAddAnotherPopup [newforms-admin]
| Reported by: | Erik Stein | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | nfa-blocker | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | yes | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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.
Attachments (1)
Change History (4)
by , 18 years ago
comment:2 by , 18 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 , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch