#7839 closed (fixed)
Error in admin documentation and tutorial 2 - 'classes' should be a list
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | 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
The documentation claimes:
'classes' A string containing extra CSS classes to apply to the fieldset. Apply multiple classes by separating them with spaces.
This is false. 'classes' is expected to be a list or tuple. The example in admin.txt is correct, the code in tutorial 2 is wrong.
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
| Resolution: | duplicate → fixed |
|---|
Note:
See TracTickets
for help on using tickets.
Oh me... Duplicate of #7838