[Fusionforge-commits] FusionForge branch 6.0 updated. fc4b39f13dcadce5e9048ed7f0cb0a9ae06abac1

Franck Villaume nerville at fusionforge.org
Mon Apr 20 22:39:27 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  fc4b39f13dcadce5e9048ed7f0cb0a9ae06abac1 (commit)
      from  ca6d1ab05e5c363165a6e58d0bd53db97ff3a9dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc4b39f13dcadce5e9048ed7f0cb0a9ae06abac1
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Apr 20 22:39:03 2015 +0200

    plugin taskboard: fix display any release vs. none release

diff --git a/src/plugins/taskboard/www/index.php b/src/plugins/taskboard/www/index.php
index ffda4c4..4ac281c 100644
--- a/src/plugins/taskboard/www/index.php
+++ b/src/plugins/taskboard/www/index.php
@@ -1,6 +1,7 @@
 <?php
 /**
  * Copyright (C) 2013 Vitaliy Pylypiv <vitaliy.pylypiv at gmail.com>
+ * Copyright 2015, Franck Villaume - TrivialDev
  *
  * This file is part of FusionForge.
  *
@@ -119,7 +120,7 @@ if ($taskboard->getReleaseField()) {
 			$release_name_arr[] = $release_name;
 		}
 
-		$release_box=html_build_select_box_from_arrays ($release_id_arr,$release_name_arr,'_release',$current_release_title, true);
+		$release_box=html_build_select_box_from_arrays ($release_id_arr,$release_name_arr,'_release',$current_release_title, false, 'none', true);
 	}
 }
 ?>

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/taskboard/www/index.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list