Actions
Defect #27685
closedredmine_highlightjs plugin fix
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
In redmine version 3.4.x, the theme change does not work in the plugin Redmine HighlightJS syntax(http://www.redmine.org/plugins/redmine_highlightjs). To fix this in a file located on the path: /{your redmine directory}/plugins/redmine_highlightjs/lib/hooks/view_highlighted_hook.rb you need to change
setting = Setting.plugin_redmine_highlightjs [: theme]
on
setting = Setting.plugin_redmine_highlightjs ['theme']
Files
Updated by Toshi MARUYAMA over 7 years ago
- Category deleted (
Plugin API) - Status changed from New to Closed
- Resolution set to Invalid
- Affected version deleted (
1.0.3)
Please contact plugin author.
This issue tracker is for only Redmine core.
Actions