[Rt-commit] rt branch, master, updated. rt-4.2.12-369-g837228c

Shawn Moore shawn at bestpractical.com
Fri Oct 30 12:03:34 EDT 2015


The branch, master has been updated
       via  837228ce3190a74c7c6a8e2937e2a3e728a644ca (commit)
      from  5f5e633ff2454816206f4597da75e34ab1ec001b (commit)

Summary of changes:
 lib/RT.pm | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 837228ce3190a74c7c6a8e2937e2a3e728a644ca
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Fri Oct 30 12:03:25 2015 -0400

    Add ExternalStorage to plugins cored in 4.4

diff --git a/lib/RT.pm b/lib/RT.pm
index 0957d74..a2c1151 100644
--- a/lib/RT.pm
+++ b/lib/RT.pm
@@ -728,6 +728,7 @@ their lib and L<HTML::Mason> component roots.
 
 our %CORED_PLUGINS = (
     'RT::Extension::SLA' => '4.4',
+    'RT::Extension::ExternalStorage' => '4.4',
 );
 
 sub InitPlugins {

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


More information about the rt-commit mailing list