X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FBulkCustomFields;h=625f4c7fd2a564f8443dac46e9675c00a891ed3e;hb=a9aa4d83ae52cfece965cd8f175a29394938f76a;hp=871e30667454eaf337287899aa0e8435d73da916;hpb=9aee669886202be7035e6c6049fc71bc99dd3013;p=freeside.git diff --git a/rt/share/html/Elements/BulkCustomFields b/rt/share/html/Elements/BulkCustomFields index 871e30667..625f4c7fd 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-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -87,8 +87,12 @@ % # 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 { -% $RT::Logger->crit("Unknown CustomField type: " . $cf->Type); + <&|/l&>(Unsupported custom field type) +% $RT::Logger->info("Unknown CustomField type: " . $cf->Type); % next % }