X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FBulkCustomFields;h=2c3af38af60df1f37dd662a5de7da8e1f6bb1ab4;hp=871e30667454eaf337287899aa0e8435d73da916;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=ae14e320388fa5e7f400bff1c251ef885b7952e6 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 % }