Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4190 closed (wontfix)

edit_inline causes Admin interface to display "Related object #1" even when only one related object is allowed

Reported by: Forest Bond <forest@…> Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: edit_inline
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When using a field that has edit_inline = STACKED, num_in_admin = 1, max_num_in_admin = 1, min_num_in_admin = 1, the admin interface shouldn't pretend it is possible to have more than one related object.

Change History (3)

comment:1 by anonymous, 17 years ago

Resolution: wontfix
Status: newclosed

comment:2 by anonymous, 17 years ago

oldforms-admin is soon obsolete.

comment:3 by Thomas Kerpe, 17 years ago

Sorry, last two was me

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