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 8c1ec5f1c96c06df4b2d37a8af180fcdfe8999ff (commit)
from a98312ac3c6f37a890870261a29493afa2b7afe3 (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=8c1ec5f1c96c06df4b2d37a8af180fcdfe8999ff
commit 8c1ec5f1c96c06df4b2d37a8af180fcdfe8999ff
Author: Franck Villaume <[email protected]>
Date: Sun Oct 8 13:14:25 2017 +0200
tracker widget render: add default call for ARTIFACT_EXTRAFIELDTYPE_SLA
diff --git a/src/common/widget/Widget_TrackerContent.class.php
b/src/common/widget/Widget_TrackerContent.class.php
index 2b64922..159728c 100644
--- a/src/common/widget/Widget_TrackerContent.class.php
+++ b/src/common/widget/Widget_TrackerContent.class.php
@@ -619,8 +619,11 @@ EOS;
$cellContent .= $ath->renderDatetime($keys[0], $value, $attrs);
}
break;
- /* 13: reserved
SLA */
case
ARTIFACT_EXTRAFIELDTYPE_SLA:
+ if
($readonly) {
+ } else {
+
$cellContent .= $ath->renderSLAField($keys[0], $value, $attrs);
+ }
break;
case
ARTIFACT_EXTRAFIELDTYPE_USER:
if
($readonly) {
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/Widget_TrackerContent.class.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits