From 1b59bf2274ead499f714a57f862811e223c2a9d5 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Apr 2011 17:46:56 +0000 Subject: [PATCH] fix RT::InterFace::Web_Vendor inclusion, RT#12519 --- rt/FREESIDE_MODIFIED | 4 +++- rt/lib/RT/Interface/Web.pm | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index 3c22f0da4..e42182bd3 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -11,7 +11,9 @@ lib/RT/Attribute_Overlay.pm #bugfix lib/RT/Config.pm lib/RT/CustomField.pm #CheckMandatoryFields lib/RT/CustomField_Overlay.pm #customfield date patch #timeworked custom fields -lib/RT/Interface/Web.pm #customfield date patch #fix transaction custom fields +lib/RT/Interface/Web.pm #customfield date patch + #fix transaction custom fields + #fix Web.pm Overlay/Vendor/Local inclusion lib/RT/Action.pm #create ticket on custom field change lib/RT/Condition.pm #create ticket on custom field change lib/RT/Scrip_Overlay.pm #create ticket on custom field change diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm index ff9d9b635..3e0b8b349 100644 --- a/rt/lib/RT/Interface/Web.pm +++ b/rt/lib/RT/Interface/Web.pm @@ -2317,6 +2317,7 @@ sub _parse_saved_search { return ( _load_container_object( $obj_type, $obj_id ), $search_id ); } +package RT::Interface::Web; RT::Base->_ImportOverlays(); 1; -- 2.11.0