[Rt-commit] rt branch, 4.2/cf-combobox-name-fix, created. rt-4.2.6-51-ga3a1069

? sunnavy sunnavy at bestpractical.com
Mon Aug 18 20:37:15 EDT 2014


The branch, 4.2/cf-combobox-name-fix has been created
        at  a3a10698a6f1e2e3087793708ef44776ccb25e8f (commit)

- Log -----------------------------------------------------------------
commit a3a10698a6f1e2e3087793708ef44776ccb25e8f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Jun 29 17:00:36 2014 +0800

    $name is more right as it handles the case when $Name is not defined

diff --git a/share/html/Elements/EditCustomFieldCombobox b/share/html/Elements/EditCustomFieldCombobox
index 259859e..908cdc8 100644
--- a/share/html/Elements/EditCustomFieldCombobox
+++ b/share/html/Elements/EditCustomFieldCombobox
@@ -52,7 +52,7 @@
 % }
 % (!$Multiple or !$MaxValues or !$Values or $Values->Count < $MaxValues) or return;
 <& /Widgets/ComboBox,
-    Name    => $Name,
+    Name    => $name,
     Default => $Default,
     Rows    => $Rows,
     Class   => "CF-".$CustomField->id."-Edit",

-----------------------------------------------------------------------


More information about the rt-commit mailing list