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  614fb9ef6f3419ed6e20588d4fdac9fa322cda3b (commit)
      from  95f75df20b3813a75caac60dcf5de34f4e35011c (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=614fb9ef6f3419ed6e20588d4fdac9fa322cda3b

commit 614fb9ef6f3419ed6e20588d4fdac9fa322cda3b
Author: Franck Villaume <[email protected]>
Date:   Tue Jan 17 20:55:25 2017 +0100

    fix direct link to project in case of projects-hierarchy usage

diff --git a/src/common/tracker/actions/ind.php 
b/src/common/tracker/actions/ind.php
index c26dd0e..d519a44 100644
--- a/src/common/tracker/actions/ind.php
+++ b/src/common/tracker/actions/ind.php
@@ -92,7 +92,7 @@ if (count($at_arr) < 1) {
                        $cells = array();
                        if ($child_has_at) {
                                if ($at_arr[$j]->Group->getID() != 
$group->getID()) {
-                                       $cells[] = array(sprintf(_('Child 
project %s Tracker'), 
util_make_link('/tracker/?group='.$at_arr[$j]->Group->getID(), 
$at_arr[$j]->Group->getPublicName())), 'content' => 
$at_arr[$j]->Group->getID());
+                                       $cells[] = array(sprintf(_('Child 
project %s Tracker'), 
util_make_link('/tracker/?group_id='.$at_arr[$j]->Group->getID(), 
$at_arr[$j]->Group->getPublicName())), 'content' => 
$at_arr[$j]->Group->getID());
                                } else {
                                        $cells[] = array('', 'content' => 
$at_arr[$j]->Group->getID());
                                }

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

Summary of changes:
 src/common/tracker/actions/ind.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