Opened 14 years ago
Closed 14 years ago
#10004 closed defect (worksforme)
Version 0.12 does not interpret the customized field.format as Wiki
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12-stable |
Severity: | normal | Keywords: | customized fields, wiki formatting |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have used the TRACCustomizedFields plugin to create several new fields that I would like to store hyperlinks in. I have tried setting the format using this block in the trac.ini file:
Approval_Checklist = textarea Approval_Checklist.label = CCB Approval Checklist CCB_Approval_Checklist.cols = 40 CCB_Approval_Checklist.rows = 10 Approval_Checklist.format = wiki
and restart the TRAC server, but they are still set to plain. I have the WebAdmin plugin and I have tried to set them though the web interface, too. It seems to take my setting without error, but when I got back into that entry, the format is still set to plain.
I can also confirm that links are not parsed as Wiki from the ticket entry form.
It seems that this should be available after version 0.12. Is there any other trac.ini file setting that needs to set to make wiki formatting on customized fields work, or is this a bug?
Thanks!
This works fine here (see e.g. the "API Changes" field in #9607) as well as in my 0.12-stable sandbox, so it's likely to be an InstallationIssue.
Make sure your custom fields are defined correctly in the
[ticket-custom]
section.