[Rt-commit] rt branch, 4.4/plugin-example, created. rt-4.4.0rc1-1-g4a861ef

Shawn Moore shawn at bestpractical.com
Mon Nov 16 14:53:05 EST 2015


The branch, 4.4/plugin-example has been created
        at  4a861eff188d367ae608ea858c4329f491137427 (commit)

- Log -----------------------------------------------------------------
commit 4a861eff188d367ae608ea858c4329f491137427
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Mon Nov 16 19:52:28 2015 +0000

    Switch ExternalAuth example in RT_Config to JSGantt
    
        Fixes: I#31463

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 1f9e0d0..b89cd2c 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -118,10 +118,10 @@ Set($Timezone, "US/Eastern");
 Once a plugin has been downloaded and installed, use C<Plugin()> to add
 to the enabled C<@Plugins> list:
 
-    Plugin( "RT::Authen::ExternalAuth" );
+    Plugin( "RT::Extension::JSGantt" );
 
-RT will also accept the distribution name (i.e. C<RT-Authen-ExternalAuth>)
-instead of the package name (C<RT::Authen::ExternalAuth>).
+RT will also accept the distribution name (i.e. C<RT-Extension-JSGantt>)
+instead of the package name (C<RT::Extension::JSGantt>).
 
 =cut
 

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


More information about the rt-commit mailing list