View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
14035 | Bug reports | Plugins | public | 2018-09-06 10:59 | 2021-03-10 22:02 |
Reporter | kemweb | Assigned To | |||
Priority | none | Severity | minor | ||
Status | assigned | Resolution | open | ||
Product Version | 3.19.2 | ||||
Summary | 14035: Problem with inserting variables in email template editor | ||||
Description |
This is caused because the ajax request from the ckeditor plugin is missing the XMLHttpRequest header. This causes AdminTheme.php to added JS and styles in registerStylesAndScripts(). I tried to rewrite the plugin to use jQuery.ajax but could not make it work to load asynchron. Anyway I think this is a ckeditor issue. So I opened a ticket there: https://github.com/ckeditor/ckeditor-dev/issues/2382 Maybe you have a better solution or like to add the fix. In /assets/packages/ckeditor/plugins/ajax/plugin.js add after xhr.open(... the line: | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | Release 3.7.0+180418 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | * | ||||
Server OS (if known) | Debian | ||||
Webserver software & version (if known) | Apache 2.4.25 | ||||
PHP Version | 7.0.27-0+deb9u1 | ||||