a-ono / redmine_ckeditor

Redmine plugin for integration CKEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined local variable or method `ckeditor_javascripts'

fredericramanda opened this issue · comments

Latest version 1.2.3 is again not compatible with redmineup_tags plugin when opening settings page

ActionView::Template::Error (undefined local variable or method `ckeditor_javascripts' for #<#Class:0x000055afc0b0c488:0x000055afc0b16988>):
1: <%= ckeditor_javascripts %>
2: <%= stylesheet_link_tag 'editor', :plugin => 'redmine_ckeditor'%>
3: <%= stylesheet_link_tag 'selector', :plugin => 'redmine_ckeditor'%>
4:

plugins/redmine_ckeditor/app/views/settings/_ckeditor.html.erb:1:in `_plugins_redmine_ckeditor_app_views_settings__ckeditor_html_erb___2003000936939202280_47106672229940'

Btw related to or duplicate of #308