Bug #2140
Custom field templates do not work under Redmine 2.2.x
100%
Description
I am very keen on this plug-in as it is a very critical functionality and very effective.
I am following Bug #2116 - facing the same set of errors.
Based on the discussion, I followed the link and used different latest releases from SVN.
Here is the overall findings:
1. with standard release 0.2.0b - all fields are visible properly. However, updating of issue (whether or not it has custom issue such as wiki, link. The version works fine if all emails are turned off! This was what was hinted upon #2116.
2. I took SVN check out with -r 72 which produces ActionView::Template::Error
as also listed in #2116.
3. With SVN check out -r 74 as well as head (currently @76) the issue updates works pretty fine. However the wiki-text type issues are no longer showing the 'wiki_effect’ - so the text like
Test issue - _format_ *check*
appears just as it is in issue display. So something has gone wrong somewhere. I don’t see any error in redmine.log.
My environment:¶
Environment:
Redmine version 2.1.5.stable
Ruby version 1.9.3 (i686-linux)
Rails version 3.2.8
Environment production
Database adapter Mysql2
Redmine plugins:
extended_fields 0.2.1
redmine_banner 0.0.8
redmine_code_review 0.6.1
redmine_issue_checklist 2.0.4
redmine_logs 0.0.5
redmine_release_notes 1.2.0
Please help - and thanks for all the support so far.
Related issues
Associated revisions
A fix for Redmine 2.2.x and a lot of debugging code for #2140
Applied a temporary fix for #2140
History
#1 Updated by Dipan Mehta almost 12 years ago
#2 Updated by Andriy Lesyuk almost 12 years ago
- Status changed from New to Incomplete
- Assignee set to Andriy Lesyuk
So the issue is that Wiki custom fields get rendered as they are (without formatting)?
#3 Updated by Dipan Mehta almost 12 years ago
Yes. It shows the text as is, without formatting.
#4 Updated by Andriy Lesyuk almost 12 years ago
Yes. It shows the text as is, without formatting.
Is this the only issue?
#5 Updated by Dipan Mehta almost 12 years ago
Yes. This is the only issue.
Andriy Lesyuk wrote:
Yes. It shows the text as is, without formatting.
Is this the only issue?
#6 Updated by Andriy Lesyuk almost 12 years ago
- Status changed from Incomplete to Open
- Target version set to 0.2.1
#8 Updated by Andriy Lesyuk almost 12 years ago
- Subject changed from Error updating custom field that has template #2 (Again) to Custom field templates do not work under Redmine 2.2.x
#9 Updated by Andriy Lesyuk almost 12 years ago
- Due date set to 27 Jan 2013
- Status changed from Open to Closed
- % Done changed from 0 to 100
#10 Updated by Dipan Mehta over 11 years ago
Thanks. This works now.
I have also tested this with the latest 2.2.3.
(Sorry for a delayed feedback.)