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.1 has been updated
via d63caaaeb990f9d489788227449ac4efab1a5986 (commit)
from f3665ab5a533b77b9ba0e1be799bc923a02f8e1a (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=d63caaaeb990f9d489788227449ac4efab1a5986
commit d63caaaeb990f9d489788227449ac4efab1a5986
Author: Franck Villaume <[email protected]>
Date: Sun Apr 22 18:08:57 2018 +0200
use permalink everywhere in artifact notification message
diff --git a/src/common/tracker/Artifact.class.php
b/src/common/tracker/Artifact.class.php
index 6e7f910..f69d12c 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -1899,9 +1899,7 @@ class Artifact extends FFObject {
if ($type == 1 || $type == 2) {
$body .= "\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".util_make_url($this->getPermalink());
if (false) { // currently not working
$body .=
"\nOr by replying to this e-mail entering your
response between the following markers: ".
-----------------------------------------------------------------------
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