#105 closed enhancement (fixed)
Make collapse class to work in two ways
Reported by: | paolo | Owned by: | Jacob |
---|---|---|---|
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
It is really useful to present some fieldsets collapsed in the admin interface and just with one click get them opened. It would be equally useful, once uncollapsed, to have the possibility to collapse them again.
In a such way users can better organize the space on their Django admin interface.
Attachments (4)
Change History (10)
by , 19 years ago
Attachment: | show-hide-toggle.diff added |
---|
by , 19 years ago
Attachment: | show-hide-toggle-fixed.diff added |
---|
Ignore previous patch - it includes unrelated changes to the template system
by , 19 years ago
Attachment: | show-hide-before.png added |
---|
Screenshot illustrating the patch, before a Show link is clicked
by , 19 years ago
Attachment: | show-hide-after.png added |
---|
Screenshot illustrating the patch, after a Show link is clicked
comment:1 by , 19 years ago
Owner: | changed from | to
---|
comment:2 by , 19 years ago
Status: | new → assigned |
---|
comment:3 by , 19 years ago
milestone: | → Version 1.0 |
---|
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 19 years ago
This facility is really very nice but ByDefault settings is "Hidden" . Some fields require by default to be "Shown". So configurable initial state shouls be really very useful . ( Thanx)
Patch to implement (Show) -> (Hide) toggle link in the h2