Actions
Defect #5677
closedrails 2.3.8 - time_entries form rendered with escaped (non html) form fields
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2010-06-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
(seems to be a 2.3.8 conflict - html escaping is being forced? - hopefully will help you when you bump up the rails version)
When updating time_entry (#update), without providing Activity and/or Hours, the form is rendered with both the Hours and Activity fields rendered with html escaped
<iut id="time_entry_hours" name="time_entry[hours]" size="6" type="text" />
verified in both firefox 3.5.9, and chrome 5.0.375.70
$ svn info | grep Revision
Revision: 3768
$ rails --version
Rails 2.3.8
$ ruby --version
ruby 1.8.7 (2010-04-19 patchlevel 253) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2010.02
$ mysql --version
mysql Ver 14.12 Distrib 5.0.22, for pc-linux-gnu (x86_64) using readline 5.1
Actions