Open albrechtd opened 8 months ago
File assets/javascripts/issue_templates.js
of master branch has been something completely different from the one tagged with v1.1.2...
File
assets/javascripts/issue_templates.js
of master branch has been something completely different from the one tagged with v1.1.2...
I tried with the Redmine Issue Templates master branch, and get almost the same error. The TypeError
now references t.setRelatedLink
, and the line numbers are different (it looks as if most newlines were removed form the latest version).
Maybe re-introducing my evil hack from #134 might give a usable result, but that doesn't feel like the proper solution (although I could live with customised plugins in my envoronment…).
Hi,
I use the WYSIWYG plugin together with “Redmine Issue Templates” and noticed that updating the Visual content seems to be broken since moving from Redmine 4 to 5 and/or to recent browser releases. I guess this might be related to #134…
The Firefox Javascript console prints the following error message when I try to apply a template (same with Chromium, btw.):
The error does not occur if I disable (i.e. return immediately from) the function
overrideIssueTemplatePluginMethods
inapp/views/redmine_wysiwyg_editor/_redmine_wysiwyg_editor_partial.html.erb
.My minimal Redmine configuration (on a Debian Bookworm box) to reproduce the issue:
Thanks an advance for any insight, Albrecht.