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 633f5cf3d7e065bff8389a809520ade990bd1d87 (commit)
from 3d4d9e90242f8d581ac04d93817a232b03563c18 (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=633f5cf3d7e065bff8389a809520ade990bd1d87
commit 633f5cf3d7e065bff8389a809520ade990bd1d87
Author: Franck Villaume <[email protected]>
Date: Wed Feb 8 18:25:20 2017 +0100
use permalink in mail notification
diff --git a/src/common/tracker/Artifact.class.php
b/src/common/tracker/Artifact.class.php
index dba5f5b..a64c47f 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -1853,9 +1853,7 @@ class Artifact extends FFObject {
}
$body .= "\n\nYou can respond by visiting: ".
- "\n".util_make_url ('/tracker/?func=detail&atid='.
$this->ArtifactType->getID() .
- "&aid=". $this->getID() .
- "&group_id=".
$this->ArtifactType->Group->getID());
+ "\n".$this->getPermalink();
//only send if some recipients were found
if (count($emails) < 1 && count($monitor_ids) < 1) {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/Artifact.class.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits