#1063 closed defect (fixed)
ManyToMany selections are lost after using the 'Add another' link.
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the multiple-selection box of a ManyToMany field, after adding an item with the 'Add another' link (which seems to have beed added in [714]), all previous selections are lost and only the just-added item becomes selected.
Note:
See TracTickets
for help on using tickets.
(In [2740]) magic-removal: Fixed #1063 -- Fixed admin JS bug in which many-to-many selections were lost after using 'Add another'