[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.13-97-g2ef9d3e
Dustin Collins
strega at bestpractical.com
Fri Jan 6 03:26:28 EST 2017
The branch, 4.2-trunk has been updated
via 2ef9d3ee277df3f2b2a762b2579c2472416f1caa (commit)
from 7fc4c88755f0e82d0d933402a67c9016f287f046 (commit)
Summary of changes:
share/html/Elements/BulkCustomFields | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2ef9d3ee277df3f2b2a762b2579c2472416f1caa
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Dec 7 14:46:50 2016 -0500
Reduce "Unknown CustomField type" log from crit to info
This is most certainly not a critical error; it can happen throughout
the normal operation of RT, as don't support upload CFs on bulk update.
And the UI copes with it perfectly well.
diff --git a/share/html/Elements/BulkCustomFields b/share/html/Elements/BulkCustomFields
index 023a1a3..625f4c7 100644
--- a/share/html/Elements/BulkCustomFields
+++ b/share/html/Elements/BulkCustomFields
@@ -92,7 +92,7 @@
<td><& /Elements/EditCustomFieldAutocomplete, @del &><br />
% } else {
<td colspan="2"><em><&|/l&>(Unsupported custom field type)</&></em></td>
-% $RT::Logger->crit("Unknown CustomField type: " . $cf->Type);
+% $RT::Logger->info("Unknown CustomField type: " . $cf->Type);
% next
% }
<label><input type="checkbox" name="Bulk-Delete-CustomField-<% $cf_id %>-AllValues" value="1">
-----------------------------------------------------------------------
More information about the rt-commit
mailing list