Modify ↓
#4610 closed defect (worksforme)
customize description field doesn't work
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | CustomFieldAdminPlugin |
Severity: | normal | Keywords: | description field |
Cc: | Trac Release: | 0.11 |
Description
cols and rows value are changed for description field, it just doesn's take into effect. eg: description = textarea description.label = Description description.cols = 78 description.rows = 400
After the customization, when click on "new ticket", the description field appears as before. columns and rows are not expanded.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Seeing my plugin just updates the
trac.ini
file, the problem you are seeing is outside the scope of it. It is actually an old known Trac bug that was recently fixed: trac:ticket:1449. Basically 'description' is already a default field in Trac, and a new custom field cannot have the same name. This fix (conflict check) should be part of upcoming Trac 0.11.3.Change the name to 'description2' or whatever, and it should work.