[Rt-commit] rt branch, 4.4/web-installer-clear-ocfv-cache, created. rt-4.4.3-25-ge07af3047

Jim Brandt jbrandt at bestpractical.com
Tue Aug 7 17:15:11 EDT 2018


The branch, 4.4/web-installer-clear-ocfv-cache has been created
        at  e07af304772b204c97623cc863b9fadce661fd9a (commit)

- Log -----------------------------------------------------------------
commit e07af304772b204c97623cc863b9fadce661fd9a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Aug 7 17:12:47 2018 -0400

    Load RT::ObjectCustomFieldValues to prevent web installer errors
    
    The web installer loads n custom page to guide users through setting
    up RT and this path doesn't previously load RT::ObjectCustomFieldValues.
    It's needed for the call to ClearOCFVCache.

diff --git a/lib/RT/Interface/Web/Handler.pm b/lib/RT/Interface/Web/Handler.pm
index 8f104fa16..245167eff 100644
--- a/lib/RT/Interface/Web/Handler.pm
+++ b/lib/RT/Interface/Web/Handler.pm
@@ -58,6 +58,7 @@ use Time::HiRes;
 use HTML::Scrubber;
 use RT::Interface::Web;
 use RT::Interface::Web::Request;
+use RT::ObjectCustomFieldValues;
 use File::Path qw( rmtree );
 use File::Glob qw( bsd_glob );
 use File::Spec::Unix;

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


More information about the rt-commit mailing list