[Rt-commit] r14587 - in rt/3.8/trunk: share/html/Helpers/Autocomplete
falcone at bestpractical.com
falcone at bestpractical.com
Tue Jul 29 09:40:53 EDT 2008
Author: falcone
Date: Tue Jul 29 09:40:50 2008
New Revision: 14587
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Helpers/Autocomplete/CustomFieldValues
Log:
r36328 at ketch: falcone | 2008-07-29 09:40:32 -0400
* autocomplete custom field with one value sends Value not Values
Modified: rt/3.8/trunk/share/html/Helpers/Autocomplete/CustomFieldValues
==============================================================================
--- rt/3.8/trunk/share/html/Helpers/Autocomplete/CustomFieldValues (original)
+++ rt/3.8/trunk/share/html/Helpers/Autocomplete/CustomFieldValues Tue Jul 29 09:40:50 2008
@@ -56,7 +56,7 @@
<%INIT>
my ($CustomField, $Value);
while( my($k, $v) = each %ARGS ) {
- next unless $k =~ /^Object-.*?-\d*-CustomField-(\d+)-Values$/;
+ next unless $k =~ /^Object-.*?-\d*-CustomField-(\d+)-Values?$/;
($CustomField, $Value) = ($1, $v);
last;
}
More information about the Rt-commit
mailing list