Opened 12 years ago
Closed 12 years ago
#20039 closed Bug (fixed)
_has_changed broken for TypedChoiceFields
Reported by: | Florian Apolloner | Owned by: | |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Release blocker | Keywords: | regression, forms, has_changed |
Cc: | Claude Paroz | 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
See the attached test, if the field is required _has_changed
will return early…
Attachments (2)
Change History (6)
by , 12 years ago
Attachment: | _has_changed_failure.diff added |
---|
comment:1 by , 12 years ago
by , 12 years ago
Attachment: | 20039-1.diff added |
---|
comment:2 by , 12 years ago
Has patch: | set |
---|---|
Version: | 1.5 → master |
comment:3 by , 12 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
The attached patch fixes my issues on the live site :)
comment:4 by , 12 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
#19643 is related. There is basically something wrong with
to_python
callingsuper.validate
whileself.validate
is a noop.