Defect #17217 » error_redmine_issue_checklist.txt
1 |
Started GET "/settings/plugin/redmine_issue_checklist" for 127.0.0.1 at 2014-06-18 09:19:03 +0100 |
---|---|
2 |
Processing by SettingsController#plugin as HTML |
3 |
Parameters: {"id"=>"redmine_issue_checklist"} |
4 |
(0.1ms) SELECT MAX(`settings`.`updated_on`) AS max_id FROM `settings` |
5 |
User Load (0.2ms) SELECT `users`.* FROM `users` WHERE `users`.`type` IN ('User', 'AnonymousUser') AND `users`.`status` = 1 AND `users`.`id` = 1 LIMIT 1 |
6 |
Current user: admin (id=1) |
7 |
Setting Load (0.4ms) SELECT `settings`.* FROM `settings` WHERE `settings`.`name` = 'plugin_redmine_issue_checklist' LIMIT 1 |
8 |
Rendered plugins/redmine_issue_checklist/app/views/settings/_issue_checklist.html.erb (2.2ms) |
9 |
Rendered settings/plugin.html.erb within layouts/admin (24.9ms) |
10 |
Completed 500 Internal Server Error in 75.8ms |
11 |
|
12 |
ActionView::Template::Error (no implicit conversion of Symbol into Integer): |
13 |
1: <p> |
14 |
2: <label><%= l(:label_checklist_save_log) %></label> |
15 |
3: <%= check_box_tag 'settings[save_log]', 1, @settings[:save_log] %> |
16 |
4: </p> |
17 |
5: |
18 |
6: <% if Setting.issue_done_ratio == "issue_field" %> |
19 |
app/views/settings/plugin.html.erb:6:in `block in _app_views_settings_plugin_html_erb___3498708870636629262_69982793460320' |
20 |
app/views/settings/plugin.html.erb:4:in `_app_views_settings_plugin_html_erb___3498708870636629262_69982793460320' |
21 |
|