[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.13-56-g3da2bf2

Shawn Moore shawn at bestpractical.com
Wed Sep 7 17:19:44 EDT 2016


The branch, 4.2-trunk has been updated
       via  3da2bf2868ff72f5e13b19eba4f02eb8f5a85f70 (commit)
       via  fb4bdf2d6fe2742fe1c510af7446e1dd6b888e92 (commit)
      from  40d289bbc0b41ceadecc50e4b2a50d5c7be96432 (commit)

Summary of changes:
 share/html/Elements/ColumnMap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit fb4bdf2d6fe2742fe1c510af7446e1dd6b888e92
Author: Dustin Collins <strega at bestpractical.com>
Date:   Wed Aug 31 18:19:42 2016 -0400

    Lower log level of Custom Field loading problems
    
    This log entry happens when a Custom Field is renamed or disabled, but
    had been saved by the old name. Failing to load the CF by the old name
    is not as severe as the old log level suggested.
    
    Fixes: I#31742

diff --git a/share/html/Elements/ColumnMap b/share/html/Elements/ColumnMap
index 4abfa21..1458068 100644
--- a/share/html/Elements/ColumnMap
+++ b/share/html/Elements/ColumnMap
@@ -115,7 +115,7 @@ $WCOLUMN_MAP = $COLUMN_MAP = {
             my $cf = $m->notes($key);
             unless ($cf) {
                 $cf = $_[0]->LoadCustomFieldByIdentifier($_[-1]);
-                RT->Logger->notice("Unable to load $_[-1] for ".$_[0]->CustomFieldLookupType." ".$_[0]->CustomFieldLookupId)
+                RT->Logger->debug("Unable to load $_[-1] for ".$_[0]->CustomFieldLookupType." ".$_[0]->CustomFieldLookupId)
                     unless $cf->Id;
                 $m->notes($key, $cf);
             }

commit 3da2bf2868ff72f5e13b19eba4f02eb8f5a85f70
Merge: 40d289b fb4bdf2
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Sep 7 17:19:18 2016 -0400

    Merge branch '4.2/lower-missing-cf-log' into 4.2-trunk


-----------------------------------------------------------------------


More information about the rt-commit mailing list