Revision 760:b2a9e64b8283 vendor
| vendor/plugins/redmine_tags/app/views/projects/_filtered_projects.rhtml | ||
|---|---|---|
| 1 |
<%= render_project_table_with_filtering(@filtered_projects, @question) %> |
|
| 1 |
<%= render_project_table_with_filtering(@projects, @question) %> |
|
| vendor/plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb | ||
|---|---|---|
| 75 | 75 |
# intersection of both prject groups |
| 76 | 76 |
@projects = @projects && @tagged_projects_ids unless @tag_list.empty? |
| 77 | 77 |
|
| 78 |
debugger |
|
| 78 | 79 |
@filtered_projects = @projects |
| 79 | 80 |
end |
| 80 | 81 |
end |
Also available in: Unified diff