[Rt-commit] rt branch, master, updated. rt-4.2.3-35-gaeede7a
Alex Vandiver
alexmv at bestpractical.com
Wed Apr 16 17:59:07 EDT 2014
The branch, master has been updated
via aeede7a377b2c7da23361fe6586b1fec15776318 (commit)
from 2d65cfc2a5aa063f51fe14fcec1f0c06097902d8 (commit)
Summary of changes:
share/html/Ticket/Create.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit aeede7a377b2c7da23361fe6586b1fec15776318
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Apr 16 17:58:39 2014 -0400
Revert "Show queue name in title of ticket creation page"
This reverts commit 2d65cfc2a5aa063f51fe14fcec1f0c06097902d8. Tests
rely on the current title, and it introduces warnings if the user cannot
see the queue.
diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
index b7e18c3..57e66df 100644
--- a/share/html/Ticket/Create.html
+++ b/share/html/Ticket/Create.html
@@ -368,11 +368,11 @@ if ($CloneTicket) {
my @results;
+my $title = loc("Create a new ticket");
+
my $QueueObj = RT::Queue->new($session{'CurrentUser'});
$QueueObj->Load($Queue) || Abort(loc("Queue [_1] could not be loaded.", $Queue||''));
-my $title = loc("Create a new ticket in [_1]", $QueueObj->Name);
-
$m->callback( QueueObj => $QueueObj, title => \$title, results => \@results, ARGSRef => \%ARGS );
$m->scomp( '/Articles/Elements/SubjectOverride', ARGSRef => \%ARGS, QueueObj => $QueueObj, results => \@results );
-----------------------------------------------------------------------
More information about the rt-commit
mailing list