Defect #23067
closedCustom field List Link values to URL breaks on entries with spaces
0%
Description
Situation:
You have a custom field of the type "List".
In your list are entries which run like "entry" and "second entry".
While "entry" will generate a link with the "Link values to URL" using value, "second entry" will not be clickable.
If I'd use "second+entry", it'll very well work though.
Suggested solution:
Redmine is to parse blanks and substitute plusses for them automatically before outputting the link.
It will present the list entry in the custom field as a clickable link.
System info:
Environment:
Redmine version 3.2.3.stable
Ruby version 2.0.0-p647 (2015-08-18) [x86_64-linux]
Rails version 4.2.5.2
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.13
Git 2.6.1
Filesystem
Redmine plugins:
no plugin installed
Related issues