Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1063 closed defect (fixed)

ManyToMany selections are lost after using the 'Add another' link.

Reported by: gary.wilson@… 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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2740]) magic-removal: Fixed #1063 -- Fixed admin JS bug in which many-to-many selections were lost after using 'Add another'

Note: See TracTickets for help on using tickets.
Back to Top