Opened 15 years ago
Closed 14 years ago
#11213 closed (fixed)
Test to show as_hidden() SplitDateTime widget works
Reported by: | skm | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Keywords: | as_hidden | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Calling .as_hidden() on the SplitDateTime widget doesn't work correctly. It only outputs one hidden input with the value of [None,None]
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | test-hidden-splitdatetime.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|
Current svn renders the field correctly. I saw there was no test though, so I created one.
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
Summary: | as_hidden() broken SplitDateTime widget → Test to show as_hidden() SplitDateTime widget works |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Add a test for this