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 2de3626ae44ad1bdbab5ba359ba181f7167d739a (commit)
from 329cf977417776fe5d9fe06f93388b3049cefb0f (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=2de3626ae44ad1bdbab5ba359ba181f7167d739a
commit 2de3626ae44ad1bdbab5ba359ba181f7167d739a
Author: Franck Villaume <[email protected]>
Date: Sat Jan 7 13:12:01 2017 +0100
Release customfield: display only active release
diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php
b/src/common/tracker/include/ArtifactTypeHtml.class.php
index 52cdd7e..b4c0325 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -819,7 +819,7 @@ class ArtifactTypeHtml extends ArtifactType {
$packages = $fpFactory->getFRSs(true);
uasort($packages, 'compareObjectName');
foreach ($packages as $package) {
- $releases = $package->getReleases();
+ $releases = $package->getReleases(false);
uasort($releases, 'compareObjectName');
foreach ($releases as $release) {
$optGroup[] = $package->getName();
-----------------------------------------------------------------------
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