Actions
Defect #26892
closedLink to user in wiki syntax only works when login is written in lower case
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Related: #4179
The plugin "Redmine Mentions" gives a handy dropdown with users when hitting "@" on the keyboard. Selecting a user puts "@loginname" in the textbox. This works great with the feature implemented in #4179. However, if the user's login contains capital letters it is not recognized by the regex in application_helper.
"Redmine mentions" puts in the actual login-name with exact casing (what I believe is the correct behaivour).
The regex should be ajusted to a-zA-Z
Files
Related issues
Updated by Marius BĂLTEANU about 7 years ago
- Blocked by Defect #26443: User link syntax (user:login) doesn't work for logins consisting of an email adress added
Updated by Marius BĂLTEANU almost 7 years ago
- Assignee deleted (
Marius BĂLTEANU) - Target version changed from 4.1.0 to 4.0.0
Updated by Jean-Philippe Lang over 6 years ago
- Status changed from Confirmed to Closed
- Resolution set to Fixed
Updated by Mischa The Evil over 5 years ago
- Related to Defect #32382: Unreliable User mention feature with PostgreSQL added
Updated by Marius BĂLTEANU about 5 years ago
- Related to deleted (Defect #32382: Unreliable User mention feature with PostgreSQL)
Updated by Marius BĂLTEANU about 5 years ago
- Has duplicate Defect #32382: Unreliable User mention feature with PostgreSQL added
Actions