# HG changeset patch # User luisf # Date 1321032250 0 # Node ID 687c9fbca25553f13d3b0a243d7978d06213d5a7 # Parent bde9c5bfb5592ee7a02c049eb7d54b64a873a65f gross hack to fix autocompletes from being halted in the project filter chain. To be fixed. diff -r bde9c5bfb559 -r 687c9fbca255 vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml --- a/vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml Fri Nov 11 15:57:58 2011 +0000 +++ b/vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml Fri Nov 11 17:24:10 2011 +0000 @@ -7,7 +7,7 @@
<%= javascript_include_tag 'tags_input', :plugin => 'redmine_tags' %> - <%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_tags')}')" %> + <%= javascript_tag "observeProjectTagsField('#{url_for(:controller => 'auto_completes', :action => 'project_tags', :project_id => Project.first.id)}')" %> <% end -%>