You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason this doesn't work out of the box is that redmine ties itself too tightly to the default text editor.
In order to support both plugins at the same time, redmine needs to be patched to extract the render(:update) part of the code from the JournalsController#new into a separate method. The redmine_ckeditor plugin then needs to be updated to patch only that extracted method instead of new action also, this plugin needs to be patched to use that extracted method in place of the current CannedResponsesController#insert action.
Hi, I found that the plugin can not support the Redmine_CKeditor.
Could anyone tell me what's the problem.
Thanks.
The text was updated successfully, but these errors were encountered: