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 8cc879117e4fa5eee123f85ca038f92716ccfd46 (commit)
from 61a9c901e7faf897230ded3a82be9169aab34be2 (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=8cc879117e4fa5eee123f85ca038f92716ccfd46
commit 8cc879117e4fa5eee123f85ca038f92716ccfd46
Author: Stéphane-Eymeric Bredthauer <[email protected]>
Date: Sun Jun 26 18:12:48 2016 +0200
Tracker: fix extra field type user
diff --git a/src/common/tracker/ArtifactExtraField.class.php
b/src/common/tracker/ArtifactExtraField.class.php
index 691f33a..76f31fb 100644
--- a/src/common/tracker/ArtifactExtraField.class.php
+++ b/src/common/tracker/ArtifactExtraField.class.php
@@ -146,7 +146,7 @@ class ArtifactExtraField extends FFError {
$this->setError(_('This Tracker already uses
custom statuses'));
return false;
}
- } elseif ($field_type == ARTIFACT_EXTRAFIELDTYPE_STATUS) {
+ } elseif ($field_type == ARTIFACT_EXTRAFIELDTYPE_USER) {
$show100label='nobody';
}
if ($is_required) {
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/ArtifactExtraField.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