Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4610 closed defect (worksforme)

customize description field doesn't work

Reported by: dellair_jie@… 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)

Change History (2)

comment:1 Changed 15 years ago by osimons

Resolution: worksforme
Status: newclosed

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.

comment:2 Changed 15 years ago by dellair_jie@…

Thanks a lot,

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.