[Rt-commit] r15526 - in rtir/branches/2.3-TESTING: lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 27 10:59:34 EDT 2008


Author: ruz
Date: Wed Aug 27 10:59:32 2008
New Revision: 15526

Modified:
   rtir/branches/2.3-TESTING/etc/RTIR_Config.pm
   rtir/branches/2.3-TESTING/lib/RT/IR.pm

Log:
* move loading from config to RT/IR.pm, this is not ideal but works

Modified: rtir/branches/2.3-TESTING/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/2.3-TESTING/etc/RTIR_Config.pm	(original)
+++ rtir/branches/2.3-TESTING/etc/RTIR_Config.pm	Wed Aug 27 10:59:32 2008
@@ -1,10 +1,3 @@
-# XXX: we push config metadata into RT, but we need
-# need interface to load config options metadata from
-# extensions in RT core
-
-use RT::IR::Config;
-RT::IR::Config::Init();
-
 # WebNoAuthRegex - What portion of RT's URLspace should not require
 # authentication. Adjust it according to RTIR paths
 

Modified: rtir/branches/2.3-TESTING/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-TESTING/lib/RT/IR.pm	(original)
+++ rtir/branches/2.3-TESTING/lib/RT/IR.pm	Wed Aug 27 10:59:32 2008
@@ -55,6 +55,13 @@
 use Business::SLA;
 
 
+# XXX: we push config metadata into RT, but we need
+# need interface to load config options metadata from
+# extensions in RT core
+
+use RT::IR::Config;
+RT::IR::Config::Init();
+
 =head1 FUNCTIONS
 
 =head2 BusinessHours


More information about the Rt-commit mailing list