clueware / redmine_my_roadmaps

Redmine plugin that expose global roadmaps for the user's projects.
39 stars 10 forks source link

Compatibility issue with Redmine 2.2.0 #18

Closed clueware closed 11 years ago

clueware commented 11 years ago

Throws the following error:

Completed 500 Internal Server Error in 531ms

ActionView::Template::Error (undefined method filters_options_for_select' for #<#<Class:0x007fdd68d1e8e8>:0x007fdd68d1b580>): 20: </td> 21: <td class="add-filter"> 22: <%= label_tag('add_filter_select', l(:label_filter_add)) %> 23: <%= select_tag 'add_filter_select', filters_options_for_select(query), :name => nil %> 24: </td> 25: </tr> 26: </table> app/views/queries/_filters.html.erb:23:in_app_views_queriesfilters_html_erb4607131163421387081_70294461660320'

clueware commented 11 years ago

Fixed in Redmine_2.1.