Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1403 closed enhancement (fixed)

More intelligent green cross in admin.

Reported by: anonymous Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: minor 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

When there is a foreignKey (or any type of relationship) there will be a small green plus on its right. If the model which it is related to has no meta.Admin() then this will lead to a 404.

I would recommend popping up a related model if the original model is edit(ed)_inline in it and if no such model exists not displaying the green plus.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2991]) Fixed #1403 -- 'Add' green plus sign no longer appears in admin change forms for fields whose related models don't have an admin

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