Defect #10991
My page > Spent time 'project' column is html-encoded
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | My page | |||
| Target version: | 2.0.1 | |||
| Affected version: | 2.0.0 | Resolution: | Fixed |
Description
We saw some thing like
<a href="/issues/1298" class="issue status-1 priority-2 created-by-me">my issue #1298</a>
in the project column.
The env. is
Redmine 2.0.0
ruby 1.8.7
rails 3.2.3
MySQL 5.5
Associated revisions
Fixed that the issue link is escaped on my page spent time (#10991).
History
#1 Updated by Etienne Massip about 1 year ago
- Status changed from New to Confirmed
- Target version set to 2.0.1
Confirmed by reading code, no #html_safe in source:/branches/2.0-stable/app/helpers/application_helper.rb#L74.
#2 Updated by Etienne Massip about 1 year ago
- Category set to My page
#3 Updated by Sirk Johannsen about 1 year ago
- File redmine-error-1.png added
- File redmine-error-2.png added
We have the same issue with a fresh install on the "My Page" tab as described above:

As well as on our upgraded Version (1.3 -> 2.0). Additionally we have a HTML-Code Issue on the "observer" / "watcher" part of an issue in the upgraded instance:

#4 Updated by Jean-Philippe Lang 12 months ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed