Actions
Defect #34894
closedUser link using @ not working at the end of line
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Redmine fails to parse mention like @jsmith. (with dot at the end)
At source:trunk/app/helpers/application_helper.rb#L1286 regex extracts full line with all extra sybmols like _-@. and thus can't fide a user with that login.
It only affects separator @, user:jsmith. or Thomas Lecavelier. works fine.
Small patch with fix and test in attachment.
Files
Actions