[Rt-commit] rt branch, update-action, updated. 961d09fe7d4f8097c9c82f029338941d125ec4d0

sartak at bestpractical.com sartak at bestpractical.com
Tue Jan 19 22:00:54 EST 2010


The branch, update-action has been updated
       via  961d09fe7d4f8097c9c82f029338941d125ec4d0 (commit)
      from  6403eb90494882e0c42ec4fb53b2b31287e3cd25 (commit)

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

- Log -----------------------------------------------------------------
commit 961d09fe7d4f8097c9c82f029338941d125ec4d0
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Jan 19 22:00:20 2010 -0500

    Include ticket ID in the title

diff --git a/lib/RT/View/Ticket/Update.pm b/lib/RT/View/Ticket/Update.pm
index 8996bcc..eba4c5d 100644
--- a/lib/RT/View/Ticket/Update.pm
+++ b/lib/RT/View/Ticket/Update.pm
@@ -53,7 +53,7 @@ use Jifty::View::Declare -base;
 
 __PACKAGE__->use_mason_wrapper;
 
-template 'modify' => page { title => _('Modify a ticket') } content {
+template 'modify' => page { title => _('Modify ticket #%1', get('id')) } content {
     my $id = get('id');
     my $ticket = RT::Model::Ticket->new;
     $ticket->load($id);

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


More information about the Rt-commit mailing list