-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revision Request Notes Not Saving as of 1.5.1 #4088
Comments
Thanks @justingonder. I'm looking into this now. |
This is happening because JQTE is still being loaded into the template, which modifies the HTML in a way that is unrecognizable to the TinyMCE Django form that looks for the field on save. It can be patched by removing line 73. |
One more update: I've reviewed all the templates that could theoretically be affected by this and narrowed it down to just one additional problem template:
You don't use the Draft Decisions feature at CDL, do you? If not, this shouldn't affect you. So, what you can do for the time being in production is switch the branch In terms of Janeway versions and pins, we have already pinned the final version of 1.5.1, and haven't yet sped up our semantic versioning to make better use of the small numbers, so we will need to figure out how to solve the pinning/versioning question next week. Once Mauro is back online we will follow up. |
Describe the bug
When editors enter text into the Editor Note field on the Request Revisions page:
The text of the note is not present in the email sent to the author:
Nor on the Revision Request Details page:
Janeway version
Our users began noticing this data loss when we rolled out 1.5.1 RC6
Have confirmed the behavior is the same in 1.5.1 final as well.
The text was updated successfully, but these errors were encountered: