Skip to content

ArgumentError in StuffToDo#index #19

@jcatrysse

Description

@jcatrysse

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions