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  cb79fa6e145ac6652d067caf605ab1272e5b746a (commit)
      from  8f90d63466c18e4f612e463ff0ce44183434a936 (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=cb79fa6e145ac6652d067caf605ab1272e5b746a

commit cb79fa6e145ac6652d067caf605ab1272e5b746a
Author: Franck Villaume <[email protected]>
Date:   Sun Dec 22 19:22:59 2019 +0100

    use permalink for artifact

diff --git a/src/www/tracker/roadmap.php b/src/www/tracker/roadmap.php
index a0063a0..e59818d 100644
--- a/src/www/tracker/roadmap.php
+++ b/src/www/tracker/roadmap.php
@@ -3,7 +3,7 @@
  * FusionForge trackers
  *
  * Copyright 2011, Alcatel-Lucent
- * Copyright 2012,2015-2016, Franck Villaume - TrivialDev
+ * Copyright 2012,2015-2016,2019, Franck Villaume - TrivialDev
  *
  * This file is part of FusionForge. FusionForge is free software;
  * you can redistribute it and/or modify it under the terms of the
@@ -374,7 +374,7 @@ if (!$at_arr || count($at_arr) < 1) {
 
                                        // Artifact id
                                        
$rmap[$release_value_id][$artifact_type_name] .= 
sprintf($templates[$template]['ticket_id'],
-                                                       
util_make_uri('/tracker/?func=detail&aid='.$artifact_id.'&group_id='.$group_id.'&atid='.$ath->getID()),
+                                                       
$artifact->getPermalink(),
                                                        $artifact_id);
 
                                        // Summary

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

Summary of changes:
 src/www/tracker/roadmap.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to