Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10073 closed (fixed)

Collapsed fields in admin break Save as new functionality

Reported by: Ville Säävuori Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: admin, saveasnew, saveas
Cc: kmike84@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If you have collapsed fields ('classes': ('collapse',),)) in admin and save_as = True, when you try to save object as new, you get an error message saying "Please correct the errors below." and no fields marked as being erroneus.

Tested with both Django 1.0 and current trunk.

Change History (5)

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by anonymous, 15 years ago

Is it a duplicate of #9651?

comment:3 by Mikhail Korobov, 15 years ago

Cc: kmike84@… added

comment:4 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

I'm pretty sure this is indeed a duplicate of #9651 (which is now fixed) and the collapse stuff is a red herring. Please feel free to reopen with a test case if I'm wrong.

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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