#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 , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Cc: | added |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Note:
See TracTickets
for help on using tickets.
Is it a duplicate of #9651?