Defect #44339
closedQuotes on journal notes do not work in latest 6.1.x and 7.0.0
Description
Clicking "Quote" scrolls to top, no edit form is shown, no text is pasted into edit form.
Quote of the original issue itself works.
Journal quote links are just http://localhost:3333/issues/226075#
I saw some commit regarding quotes, but i was not able to get a clear status if this is/was known and already fixed for the next release ?
Updated by Go MAEDA 21 days ago
I could not reproduce this. Quoting journal notes works normally for me.
One thing to clarify first: the quote links pointing to ...# is expected. The links are handled by JavaScript, so the # href is normal since Redmine 6.1.0.
The quote feature was rewritten to use Stimulus in 6.1.0 (#42515), and the journal/comment markup was restructured in the same release (#42972). A plugin that overrides the issue history view or the journals helper with a copy from 6.0 or earlier would produce exactly what you are seeing.
Could you try again with all plugins disabled? If that fixes it, please report it to the author of the plugin involved.
Updated by Dennis Buehring 21 days ago
Ah okay, i will try without plugins and check where the issue is introduced
Updated by Dennis Buehring 21 days ago
Ok found the culprit.. we had a custom developed plugin from redmineup that interferred here...
Updated by Dennis Buehring 21 days ago
Not sure, but other RedmineUp plugins might cause the same problem, i ran my fix for our custom developed plugin by claude and it hinted at a similar problem in the other plugins...
But i think this can be closed, not a Redmine issue.