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 | |||
Resolution: | Fixed | Affected version: | 2.0.0 |
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 over 8 years 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 over 8 years ago
- Category set to My page
#3
Updated by Sirk Johannsen over 8 years 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 over 8 years ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed