From 9ce482da3960ee43decee41fba53b78c12c3e52c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 24 Sep 2016 10:28:06 -0700 Subject: rt 4.2.13 ticket#13852 --- rt/share/html/Elements/BulkCustomFields | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rt/share/html/Elements/BulkCustomFields') diff --git a/rt/share/html/Elements/BulkCustomFields b/rt/share/html/Elements/BulkCustomFields index 871e30667..2c3af38af 100644 --- a/rt/share/html/Elements/BulkCustomFields +++ b/rt/share/html/Elements/BulkCustomFields @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -87,7 +87,11 @@ % # Pass datemanip format to prevent another tz date conversion <& /Elements/EditCustomFieldDateTime, @add, Default => undef, Format => 'datemanip' &> <& /Elements/EditCustomFieldDateTime, @del, Default => undef, Format => 'datemanip' &>
+% } elsif ($cf->Type eq 'Autocomplete') { +<& /Elements/EditCustomFieldAutocomplete, @add &> +<& /Elements/EditCustomFieldAutocomplete, @del &>
% } else { + <&|/l&>(Unsupported custom field type) % $RT::Logger->crit("Unknown CustomField type: " . $cf->Type); % next % } -- cgit v1.2.1