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, master has been updated
       via  52c01532fed4af94c5a5ecb1d82932b9b8f6dbd4 (commit)
      from  01222c74b86de7f423ef6dddc70e43b2a3f82538 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=52c01532fed4af94c5a5ecb1d82932b9b8f6dbd4

commit 52c01532fed4af94c5a5ecb1d82932b9b8f6dbd4
Author: Franck Villaume <[email protected]>
Date:   Sat Jan 21 19:06:24 2017 +0100

    fix technicianBox

diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php 
b/src/common/tracker/include/ArtifactTypeHtml.class.php
index b756cd4..0e68d9e 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -1276,7 +1276,7 @@ class ArtifactTypeHtml extends ArtifactType {
                        $size = min(count($ids)+1, 15);
                        return html_build_multiple_select_box_from_arrays($ids, 
$names, $name, $checked, $size, $show_100, $text_100, false, $attrs);
                } else {
-                       return html_build_select_box_from_arrays($ids, $names, 
$name, $checked, $show_100, $text_100, false, $attrs);
+                       return html_build_select_box_from_arrays($ids, $names, 
$name, $checked, $show_100, $text_100, false, false, false, $attrs);
                }
        }
 

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

Summary of changes:
 src/common/tracker/include/ArtifactTypeHtml.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to