1
|
|
2
|
|
3
|
<Begin - Log found on Redmine production.log file>
|
4
|
|
5
|
Started GET "/redmine/settings/plugin/redmine_wktime" for XXX.XX.X.XX at 2016-10-05 08:16:53 -0300
|
6
|
Processing by SettingsController#plugin as HTML
|
7
|
Parameters:
|
8
|
{"id"=>"redmine_wktime"}
|
9
|
Current user: XXXXXXXXXXXXXXXX (id=5)
|
10
|
Rendered plugins/redmine_wktime/app/views/settings/_tab_general.html.erb
|
11
|
(31.1ms)
|
12
|
Rendered plugins/redmine_wktime/app/views/settings/_tab_display.html.erb (1.4ms)
|
13
|
Rendered plugins/redmine_wktime/app/views/settings/_tab_time.html.erb
|
14
|
(8.6ms)
|
15
|
Rendered plugins/redmine_wktime/app/views/settings/_tab_expense.html.erb (4.2ms)
|
16
|
Rendered plugins/redmine_wktime/app/views/settings/_tab_approval.html.erb
|
17
|
(3.1ms)
|
18
|
Rendered plugins/redmine_wktime/app/views/settings/_tab_attendance.html.erb (90.2ms)
|
19
|
Rendered common/_tabs.html.erb (144.0ms)
|
20
|
|
21
|
Rendered plugins/redmine_wktime/app/views/settings/_settings.html.erb (145.7ms)
|
22
|
|
23
|
Rendered settings/plugin.html.erb within layouts/admin (147.2ms)
|
24
|
Completed 500 Internal Server Error in 161ms
|
25
|
(ActiveRecord: 23.8ms)
|
26
|
|
27
|
ActionView::Template::Error (undefined method `+' for nil:NilClass):
|
28
|
|
29
|
114: issueName = issuehash[issueId.to_i]
|
30
|
|
31
|
115: leaveAccrual = listboxArr[1].blank? ? "" : listboxArr[1]
|
32
|
|
33
|
116: accrualAfter = listboxArr[2].blank? ? "" : listboxArr[2]
|
34
|
|
35
|
117: optionText = leaveAccrual.blank? ? issueName : issueName + " : " + leaveAccrual + " " + l(:label_hours_per_month) + " " + l(:label_wk_leave_accrual_after) + " " + accrualAfter + " " + l(:label_year)
|
36
|
|
37
|
118: leave << [optionText,element]
|
38
|
|
39
|
119: end
|
40
|
|
41
|
120: end
|
42
|
plugins/redmine_wktime/app/views/settings/_tab_attendance.html.erb:117:in
|
43
|
`block in _plugins_redmine_wktime_app_views_settings__tab_attendance_html_erb__2960952067339654511_69878669595360'
|
44
|
|
45
|
plugins/redmine_wktime/app/views/settings/_tab_attendance.html.erb:111:in `each'
|
46
|
|
47
|
plugins/redmine_wktime/app/views/settings/_tab_attendance.html.erb:111:in `_plugins_redmine_wktime_app_views_settings__tab_attendance_html_erb__2960952067339654511_69878669595360'
|
48
|
|
49
|
app/views/common/_tabs.html.erb:17:in `block in _app_views_common__tabs_html_erb__1227178419954444169_69878666677660'
|
50
|
|
51
|
app/views/common/_tabs.html.erb:16:in `each'
|
52
|
app/views/common/_tabs.html.erb:16:in `_app_views_common__tabs_html_erb__1227178419954444169_69878666677660'
|
53
|
|
54
|
app/helpers/application_helper.rb:325:in `render_tabs'
|
55
|
plugins/redmine_wktime/app/views/settings/_settings.html.erb:6:in `_plugins_redmine_wktime_app_views_settings__settings_html_erb___705237689091706343_69878666616960'
|
56
|
|
57
|
app/views/settings/plugin.html.erb:6:in `block in _app_views_settings_plugin_html_erb___1312067888885557855_69878666578740'
|
58
|
|
59
|
app/views/settings/plugin.html.erb:4:in `_app_views_settings_plugin_html_erb___1312067888885557855_69878666578740'
|
60
|
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
|
61
|
|
62
|
|
63
|
<End - Log found on Redmine production.log file>
|