[Rt-commit] r3264 - in rt/branches/CHALDEA-EXPERIMENTAL: . html/Elements

alexmv at bestpractical.com alexmv at bestpractical.com
Wed Jun 29 01:25:19 EDT 2005


Author: alexmv
Date: Wed Jun 29 01:25:19 2005
New Revision: 3264

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox
Log:
 r4494 at zoq-fot-pik:  chmrr | 2005-06-28 22:03:22 -0400
  * Comboboxes are just one value, not multiple; s/Values/Value/


Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox	Wed Jun 29 01:25:19 2005
@@ -49,7 +49,7 @@
 % }
 % (!$Multiple or !$MaxValues or !$Values or $Values->Count < $MaxValues) or return;
 <& /Widgets/ComboBox,
-    Name    => $NamePrefix . $CustomField->Id . "-Values",
+    Name    => $NamePrefix . $CustomField->Id . "-Value",
     Default => $Default,
     Rows    => $Rows,
     Values  => [map {$_->Name} @{$CustomField->Values->ItemsArrayRef}],


More information about the Rt-commit mailing list