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.0 has been updated
via ac16a8cee952057452ce87d685045d590530bdc7 (commit)
from b60fecfe3afe1441f68734c961af30108dc3e4e7 (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=ac16a8cee952057452ce87d685045d590530bdc7
commit ac16a8cee952057452ce87d685045d590530bdc7
Author: Franck Villaume <[email protected]>
Date: Sun Jun 28 15:38:46 2015 +0200
fix tracker add/update field option: wrong column title order
diff --git a/src/CHANGES b/src/CHANGES
index d7c0184..be2ae21 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -4,6 +4,7 @@ FusionForge 6.0.2:
* Mailing lists: fix default list URL path (Inria)
* Mailing lists: fix installation on CentOS (Inria)
* FRS: don't reset permissions when derefencing roles in other projects [#782]
(Inria)
+* Tracker: fix column title in add/update custom field elements (TrivialDev)
* Plugin Taskboard: fix logic on initialize error (TrivialDev)
FusionForge 6.0.1:
diff --git a/src/common/tracker/views/form-addextrafieldoption.php
b/src/common/tracker/views/form-addextrafieldoption.php
index d7c6faf..da3b86c 100644
--- a/src/common/tracker/views/form-addextrafieldoption.php
+++ b/src/common/tracker/views/form-addextrafieldoption.php
@@ -45,11 +45,11 @@
<?php
$title_arr=array();
$title_arr[]=_('Current / New positions');
- $title_arr[]=_('Up/Down positions');
- $title_arr[]=_('Elements Defined');
if ($ac->getType() == ARTIFACT_EXTRAFIELDTYPE_STATUS) {
$title_arr[] = _('Mapping');
}
+ $title_arr[]=_('Up/Down positions');
+ $title_arr[]=_('Elements Defined');
$title_arr[]='';
echo $GLOBALS['HTML']->listTableTop ($title_arr,false,
' ');
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/common/tracker/views/form-addextrafieldoption.php | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits