#14375 closed (fixed)
Typo in formfield documentation
Reported by: | Blue | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
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
Formfields page has a typo:
MultiValuefield instead of MultiValueField (with a capital F)
Took me two minutes to find out...
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 14 years ago
Attachment: | formfield-doc-patch.diff added |
---|
comment:2 by , 14 years ago
Has patch: | set |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14018]) Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue for the report.