We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI, the steps as follows:
TypeError in Work_load#show
Showing vendor/plugins/redmine_dnoise_workload/app/views/work_load/show.html.erb where line #215 raised:
nil can't be coerced into Fixnum
Extracted source (around line #215):
212: 213: 214: <% 215: remanentes_by_user[user.id] = @utils.getRemanente(user.id, @fecha_actual) 216: issues_remanentes_by_user[user.id] = @utils.getIssuesOpenedWihtout(user.id, @gantt.date_from) 217: %> 218:
RAILS_ROOT: D:/redmine Application Trace | Framework Trace | Full Trace
D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:16:in +' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:16:ingetRemanente' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:15:in each' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:15:ingetRemanente' D:/redmine/vendor/plugins/redmine_dnoise_workload/app/views/work_load/show.html.erb:215:in _run_erb_vendor47plugins47redmine_dnoise_workload47app47views47work_load47show46html46erb' D:1:ineach' D:1:in __send__' D:1:ineach'
+' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:16:in
each' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:15:in
_run_erb_vendor47plugins47redmine_dnoise_workload47app47views47work_load47show46html46erb' D:1:in
__send__' D:1:in
Request
Parameters:
{"month"=>7, "year"=>2011, "months"=>6, "show_issues"=>"1"}
Show session dump Response
Headers:
{"Content-Type"=>"text/html", "Cache-Control"=>"no-cache"}
The text was updated successfully, but these errors were encountered:
Tx for the info... we will try to improve plug as soon as our workload allow us :)
Sorry, something went wrong.
Hi, i've the same problem. Did you resolve it? Tx!!
No branches or pull requests
HI, the steps as follows:
TypeError in Work_load#show
Showing vendor/plugins/redmine_dnoise_workload/app/views/work_load/show.html.erb where line #215 raised:
nil can't be coerced into Fixnum
Extracted source (around line #215):
212:
213:
214: <%
215: remanentes_by_user[user.id] = @utils.getRemanente(user.id, @fecha_actual)
216: issues_remanentes_by_user[user.id] = @utils.getIssuesOpenedWihtout(user.id, @gantt.date_from)
217: %>
218:
RAILS_ROOT: D:/redmine
Application Trace | Framework Trace | Full Trace
D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:16:in
+' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:16:in
getRemanente'D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:15:in
each' D:/redmine/vendor/plugins/redmine_dnoise_workload/lib/list_user.rb:15:in
getRemanente'D:/redmine/vendor/plugins/redmine_dnoise_workload/app/views/work_load/show.html.erb:215:in
_run_erb_vendor47plugins47redmine_dnoise_workload47app47views47work_load47show46html46erb' D:1:in
each'D:1:in
__send__' D:1:in
each'Request
Parameters:
{"month"=>7,
"year"=>2011,
"months"=>6,
"show_issues"=>"1"}
Show session dump
Response
Headers:
{"Content-Type"=>"text/html",
"Cache-Control"=>"no-cache"}
The text was updated successfully, but these errors were encountered: