Mercurial > hg > soundsoftware-site
changeset 798:829052890acb feature_14
Fixes fieldset status issue on Bug #341
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 21 Nov 2011 17:10:21 +0000 |
parents | 3ae3a51c16a8 |
children | 9f2bc483b7ec |
files | vendor/plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vendor/plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb Mon Nov 21 16:47:25 2011 +0000 +++ b/vendor/plugins/redmine_tags/lib/redmine_tags/patches/projects_controller_patch.rb Mon Nov 21 17:10:21 2011 +0000 @@ -63,7 +63,12 @@ @filter_status = "false" else @filter_status = session[:filters_fieldset_status] - end + end + + if params && params[:project] && !params[:project][:tag_list].nil? + @filter_status = "true" + end + end # Lists visible projects. Paginator is for top-level projects only