Skip to content
New issue

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

ArgumentError in StuffToDo#index #19

Open
jcatrysse opened this issue May 3, 2023 · 1 comment
Open

ArgumentError in StuffToDo#index #19

jcatrysse opened this issue May 3, 2023 · 1 comment

Comments

@jcatrysse
Copy link

jcatrysse commented May 3, 2023

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

@jcatrysse
Copy link
Author

This can be resolved by filling in the config values:
afbeelding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant