Support #815
May you tell me the code modification for 0.8.1 (I need calendar view, which doesn't work in 0.8.0)? Thanks
Start date:
Due date:
% Done:
0%
Estimated time:
Milestones:
Updated by Rahul Panwar over 10 years ago
Hi,
I am also looking for version 0.8.1, where can i found it.
Regards,
Rahul
Updated by Rahul Panwar over 10 years ago
Look like this project is not getting updated anymore. Need to find an alternative now. :-(
Updated by Christian Franke about 10 years ago
Hi,
check my answer on issue 677.
I also had some trouble in the gantt view. In order to fix this I have edited lib/advanced_roadmap/redmine_helpers_gantt_patch.rb. Check the following lines and add ".html_safe":
subject = "<span class='icon icon-milestones'>".html_safe subject << l(:label_milestone_plural).html_safe subject << "</span>".html_safe
Tested with Redmine 2.5.2
Regards,
Chris