Defect #3896
closedDisplay error in selection list for issue grouping
0%
Description
Text on selection list for issue grouping is displaying html characters - see enclosed screenshot
Application's environment:
Ruby version 1.8.7 (i586-linux)
RubyGems version 1.3.5
Rack version 1.0
Rails version 2.3.4
Active Record version 2.3.4
Active Resource version 2.3.4
Action Mailer version 2.3.4
Active Support version 2.3.4
Application root /srv/redmine
Environment development
Database adapter mysql
Database schema version 0
About your Redmine plugins
Redmine Wiki Extensions plugin 0.1.1
Redmine System Notification plugin 0.2.0
Redmine Todo Lists plugin 0.0.3.7
Bulk Time Entry 0.3.0
Timesheet Plugin 0.5.0
Google Analytics plugin 0.2.0
Redmine Question plugin 0.3.0
Files
Updated by Albrecht Backhaus about 15 years ago
Bug was already fixed in Revision r2887 for another field:
Fixed a bug that occurred in tests where the "required" span tag would be added to the :field_status translation. This resulted in an email string of: <li>Status<span class="required"> *</span><span class="required"> *</span> Instead of: <li>Status: New</li>
Seems to occur in several other fields too.
Updated by Albrecht Backhaus about 15 years ago
- Status changed from New to Resolved
- Assignee set to Eric Davis
This error is related to the timesheet plugin - therefore I close it here and opend a ticket in the plugin support site
Updated by Eric Davis about 15 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
This was actually from my Bulk Time Entry pluign. It used something very similar to Redmine's Tabular form that I fixed in r2887, I just didn't fix it in the Bulk Time Entry pluign until recently.