[Rt-commit] rt branch, 3.999-trunk, updated. 2da50d21210eacbd22f43bf95efdc37dca6ff301

sartak at bestpractical.com sartak at bestpractical.com
Fri Nov 20 15:55:01 EST 2009


The branch, 3.999-trunk has been updated
       via  2da50d21210eacbd22f43bf95efdc37dca6ff301 (commit)
      from  9379fd6a6543d8071a7917650eee8724067087a2 (commit)

Summary of changes:
 lib/RT/View/Ticket/Create.pm |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 2da50d21210eacbd22f43bf95efdc37dca6ff301
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Nov 20 15:54:52 2009 -0500

    No need to call /Elements/Tabs any more

diff --git a/lib/RT/View/Ticket/Create.pm b/lib/RT/View/Ticket/Create.pm
index bcbdd3f..f56b4bb 100644
--- a/lib/RT/View/Ticket/Create.pm
+++ b/lib/RT/View/Ticket/Create.pm
@@ -60,11 +60,6 @@ template 'create' => page { title => _('Create a new ticket') } content {
     my $queue = $action ? $action->argument('queue') : get('queue');
     $queue or die "Queue not specified";
 
-    render_mason('/Elements/Tabs', {
-        current_toptab => 'ticket/create',
-        title          => _("Create a new ticket"),
-    });
-
     my $create = new_action(
         class   => 'CreateTicket',
         moniker => 'create_ticket',

-----------------------------------------------------------------------


More information about the Rt-commit mailing list