Opened 10 years ago
Closed 10 years ago
#22643 closed Uncategorized (fixed)
CheckboxInput has wrong name in docs
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | 1.5 |
Severity: | Normal | Keywords: | Documentation |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the documentation on widgets, CheckBoxInput should be changed to match the class name in widgets.py (CheckboxInput).
Maybe best to follow convention with other widgets and capitalize the start of each word (i.e. CheckBoxInput vs CheckboxInput).
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was already fixed on master in [9494f29d]. I backported to 1.5.x and later.