[Rt-commit] [rtir] 05/12: Docs about what/why the AutoOpen override exists.

Kevin Falcone falcone at bestpractical.com
Mon Apr 14 13:16:44 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.2/unwrap-hook-lexwrap
in repository rtir.

commit 513c0f3f3a5dba35c25bfe969f96000c0350d868
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Mar 26 14:01:14 2014 -0400

    Docs about what/why the AutoOpen override exists.
    
    We need to make sure that this behavior is docced in the Administrator's
    guide and think about cleaner ways to handle wanting two of our Queues
    to override a global Scrip.
---
 lib/RT/IR.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index d2b71d8..41320f3 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -718,6 +718,9 @@ if ( RT::IR->HasConstituency ) {
 
 require RT::Ticket;
 
+# Skip the global AutoOpen scrip on Blocks and Incident Reports
+# This points to RTIR wanting to muck with the global scrips using the 4.2 scrips
+# organization, although it possibly messes with Admins expectations of 'contained Queues'
 require RT::Action::AutoOpen;
 {
     no warnings 'redefine';

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list