[Rt-commit] rt branch, 3.999-trunk, updated. a3e98d8a1837a2df1b29e63fa6aed35487e57efd

? sunnavy sunnavy at bestpractical.com
Sun Apr 11 09:27:33 EDT 2010


The branch, 3.999-trunk has been updated
       via  a3e98d8a1837a2df1b29e63fa6aed35487e57efd (commit)
      from  b1374d6e97fade790bf5fff54ba5760bc64089df (commit)

Summary of changes:
 lib/RT/View.pm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit a3e98d8a1837a2df1b29e63fa6aed35487e57efd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Apr 11 21:26:11 2010 +0800

    we need to alias SetupWizard to a path

diff --git a/lib/RT/View.pm b/lib/RT/View.pm
index 4fc59a8..7694645 100644
--- a/lib/RT/View.pm
+++ b/lib/RT/View.pm
@@ -66,6 +66,9 @@ alias RT::View::RuleBuilder under 'rulebuilder/';
 require RT::View::Prefs;
 alias RT::View::Prefs under 'prefs/';
 
+require RT::View::SetupWizard;
+alias RT::View::SetupWizard under '__jifty/admin/setupwizard/';
+
 __PACKAGE__->use_mason_wrapper;
 
 template login_widget => sub {

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


More information about the Rt-commit mailing list