Support #2107
WiKi formatting support to custom field
0%
Description
I installed the redmine on subdirectory on Lighttpd. I expect to add WiKi formatting to custom fileds. The redmine works fine. The following is my opertation step.
- Install the “Extended fields” plugin whose version is 0.2.0b
- Add a custom filed whose format is WiKi text
- Create a new issue and fill ”WiKi Page” in the custom fileds and summit the issue
- View the summited issue and find the custom filed is displayed with ”WiKi Page”. I expect the display content should be “WiKi Page”
- Click the custom filed and no reponse. I expect that it can jump to the WiKi page when click the custom field.
I want to click the custom filed to implement page jump. I don’t know what wrong it is. Pleas help to check. Thanks.
History
#1 Updated by Andriy Lesyuk about 12 years ago
- Tracker changed from Bug to Support
- Status changed from New to Open
The “Wiki text” custom field accepts the Wiki content and not the Wiki page name (you can just copy the content of the Wiki page into custom field).
P.S. To achieve what you want you can create a template for your “Wiki page” custom field. See Custom fields view customization.
#2 Updated by Haifeng He about 12 years ago
Thanks for your reply. Last time, I have uninstalled the extended plugin and I want to try by following your advice. However, I found the custom filed whose type is “Link” doesn’t work when I reinstall the extended fileds plugin after uninstalling the plugin. The following is my operation step.
1. rake redmine:plugins:migrate NAME=extended_fields VERSION=0 RAILS_ENV=production
2. rm plugins/extended_fields -fr
3. service lighttpd restart
4. cd redmine/plugins
5. tar jxvf extended_fields-0.2.0b.tar.bz2
6. chown www-data:www-data extended_fields -R
7. cd ../../
8. rake redmine:plugins:migrate RAILS_ENV=production
9. service lighttpd
Please help to check. Thanks.
#3 Updated by Andriy Lesyuk over 11 years ago
Could you please check, if the issue is still active? Since that time there was release of 0.2.1...