[Rt-commit] [rtir] 01/01: remove redundant WebPath from form action URL for 'New Ticket in' widget

Dustin Graves dustin at bestpractical.com
Mon Feb 22 15:47:25 EST 2016


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

dustin pushed a commit to branch 3.4/fix-new-ticket-in-non-root-webpath
in repository rtir.

commit 3e89f5255e08cb75630dcfe02495e672529aa4b6
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Mon Feb 22 20:41:19 2016 +0000

    remove redundant WebPath from form action URL for 'New Ticket in' widget
    
    Fixes: I#31690
---
 html/RTIR/Elements/CreateTicketInQueue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Elements/CreateTicketInQueue b/html/RTIR/Elements/CreateTicketInQueue
index 6ee5fbe..c4d9c56 100644
--- a/html/RTIR/Elements/CreateTicketInQueue
+++ b/html/RTIR/Elements/CreateTicketInQueue
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-<form action="<% RT->Config->Get('WebPath') %><% $SendTo %>" name="CreateTicketInQueue" id="CreateTicketInQueue" \
+<form action="<% $SendTo %>" name="CreateTicketInQueue" id="CreateTicketInQueue" \
 % $m->callback(CallbackName => 'InFormElement');
 >
 % my $button_start = '<input type="submit" class="button" value="';

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


More information about the rt-commit mailing list