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

Dustin Graves dustin at bestpractical.com
Mon Feb 22 15:42:41 EST 2016


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

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

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

    remove redundant WebPath from redirect URL for 'New Ticket in' widget
    
    Fixes: I#31691
---
 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