Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1017 closed defect (fixed)

Small change in Admin's behavior

Reported by: eugene@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
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

New (current) Admin has different behavior in regards of many-to-one relationships. When editing a document with meta.ForeignKey (cannot be NULL), a listbox is presented. Old Admin selected a related object by default, if only one object was available. New Admin presents "unselected" listbox forcing user to select the single object manually. I think it is better to simulate the former behavior.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1575]) Fixed #1017 -- Admin now selects single choice for ForeignKey fields if only one choice is available. Thanks for reporting, Eugene

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