forked from edavis10/redmine-stuff-to-do-plugin
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When using the plugin the first time, after gem installation and plugin migration, I get an error clicking on the « stuff to do » button.
ArgumentError in StuffToDo#index
Showing /usr/local/www/redmine/plugins/stuff_to_do_plugin/app/views/stuff_to_do/_left_panes.html.erb where line #9 raised: invalid value for Integer(): ""
Extracted source (around line #9):
<ol id="doing-now">
<% unless stuff_for(@doing_now).empty? %>
<%= render partial: 'item', collection: stuff_for(@doing_now) %>
<% else %>
<li class="empty-list">
Any clues on what this is about?
I am using Redmine 4.2.3.stable
Metadata
Metadata
Assignees
Labels
No labels