[Rt-commit] [rtir] 01/01: Pass QueueObj, otherwise ArticlesOnCreate doesn't work

Kevin Falcone falcone at bestpractical.com
Fri Feb 21 11:59:22 EST 2014


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

falcone pushed a commit to branch 3.0.1-releng
in repository rtir.

commit 687540b23a03ce350a14f00bbb818b45b9f8e63a
Author: Carlos Fuentes <carlos.fuentes at rtir.es>
Date:   Fri Feb 21 11:53:04 2014 -0500

    Pass QueueObj, otherwise ArticlesOnCreate doesn't work
    
    Without the Queue, it searches too widely and throws a lot of warnings
    and errors.
---
 html/RTIR/Create.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index 2cdf8b8..ccdb62b 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -242,7 +242,7 @@
 %   $include_signature = 0;
 % }
 % if ( RT->Config->Get('ArticleOnTicketCreate')) {
-<& /Articles/Elements/BeforeMessageBox, %ARGS &>
+<& /Articles/Elements/BeforeMessageBox, %ARGS, QueueObj => $QueueObj &>
 % }
 % $m->callback( %ARGS, CallbackPage => '/Ticket/Create.html', CallbackName => 'BeforeMessageBox' );
 % if ( $ARGS{Content} ) {

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


More information about the rt-commit mailing list