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

Kevin Falcone falcone at bestpractical.com
Wed Apr 16 17:29:40 EDT 2014


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

falcone pushed a commit to branch master
in repository rtir.

commit c909835116758c4f82ed4d67ead021cbfe82d578
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 e7095ec..ccfe719 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