changeset 758:687c9fbca255 feature_14

gross hack to fix autocompletes from being halted in the project filter chain. To be fixed.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 11 Nov 2011 17:24:10 +0000
parents bde9c5bfb559
children 7d58183fd14c 3e39fb084fa1
files vendor/plugins/redmine_tags/app/views/projects/_filter_tags.rhtml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
       <div id="project_tag_candidates" class="autocomplete"></div>
       <%= 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)}')" %>
     </div>
   <% end -%>
 </p>