Skip to content

fix: save tinymce edits to proofing task#5310

Open
StephDriver wants to merge 1 commit into
masterfrom
t-12047_fix_proofing_task_edit
Open

fix: save tinymce edits to proofing task#5310
StephDriver wants to merge 1 commit into
masterfrom
t-12047_fix_proofing_task_edit

Conversation

@StephDriver
Copy link
Copy Markdown
Member

fixes bug reported in ticket 12047.

edits to the tinymce when managing a proofing task were not saving. The date changes were saving.

@StephDriver
Copy link
Copy Markdown
Member Author

Explanation.

The jqte was interfering with the tinymce. But jqte no longer in use on this template, so removed it.

Both were trying to manage the text area, the one visible to the user was (correctly) tinymce, but the one sending the data to the form was the (invisible) jqte. So the changes the user made were not being sent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants