[Rt-commit] rt branch, 4.0/fix-selfservice-queues, updated. rt-4.0.0rc4-26-g8b4fe7c
Kevin Falcone
falcone at bestpractical.com
Fri Jan 28 13:57:10 EST 2011
The branch, 4.0/fix-selfservice-queues has been updated
via 8b4fe7cc682c2b7ac94a8005c11c155b97d8fe14 (commit)
from a797a5a6723d377b3c0ba991a88a5751c3143be3 (commit)
Summary of changes:
share/html/Elements/Tabs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 8b4fe7cc682c2b7ac94a8005c11c155b97d8fe14
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jan 28 13:54:58 2011 -0500
Fix capitalization
Create.html actually looks for Queue not queue
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index caa0f11..e85b059 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -720,7 +720,7 @@ my $build_selfservice_nav = sub {
if ( $queue_count > 1 ) {
$tickets->child( new => title => loc('New ticket'), path => '/SelfService/CreateTicketInQueue.html' );
} else {
- $tickets->child( new => title => loc('New ticket'), path => '/SelfService/Create.html?queue=' . $queue_id );
+ $tickets->child( new => title => loc('New ticket'), path => '/SelfService/Create.html?Queue=' . $queue_id );
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list