Closed GoogleCodeExporter closed 9 years ago
I found the problem:
In redmine-core, file app/helpers/custom_fields_helper.rb, I replaced line 52
(R5723):
select_tag(field_name, blank_option + options_for_select(custom_field.possible_values_options(custom_value.customized), custom_value.value), :id => field_id)
with the old one:
select_tag(field_name, blank_option + options_for_select(custom_field.possible_values, custom_value.value), :id => field_id)
Now, Worktime is accessable ... but that won't fix the issue in Worktime.
Maybe you can provide a fix for Worktime?
Thanks.
Marc
Original comment by marc.bu...@gmail.com
on 10 May 2011 at 9:47
Hi Marc.
Thanks for your report.
I fixed this problem in r211.
Please try this if you possible.
p.s.
I added one line into de.yml.
It's helpful if you translate it and send me.
Original comment by T.Kusukawa
on 22 May 2011 at 5:33
Original comment by T.Kusukawa
on 15 Jul 2011 at 1:50
Original issue reported on code.google.com by
marc.bu...@gmail.com
on 10 May 2011 at 9:25