Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 52 forks source link

Redmine 2.2 support #37

Open logical-and opened 11 years ago

logical-and commented 11 years ago
`alias_method': undefined method `available_filters' for class `Query' (NameError)
        from /usr/local/rvm/gems/ruby-1.9.3-p327/gems/activesupport-3.2.10/lib/active_support/core_ext/module/aliasing.rb:31:in `alias_method_chain'
        from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:11:in `block in included'
        from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:8:in `class_eval'
        from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:8:in `included'
        from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:99:in `include'

Look please on http://www.redmine.org/projects/redmine/repository/revisions/10964

nettsundere commented 11 years ago

http://www.redmine.org/projects/redmine/repository/entry/branches/2.2-stable/app/models/query.rb

2.2-stable still has available_filters method. Which version do you use? Is it trunk?