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

sartak at bestpractical.com sartak at bestpractical.com
Tue Dec 15 14:47:50 EST 2009


The branch, update-action has been updated
       via  f3143779f2e75fbbbb8876695bc8f6aa6c3b8373 (commit)
      from  5a249f3f33371289b90275dbae8e1d3897cad95f (commit)

Summary of changes:
 share/html/Ticket/Display.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f3143779f2e75fbbbb8876695bc8f6aa6c3b8373
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Dec 15 14:47:39 2009 -0500

    Pull the id out of modify_ticket too

diff --git a/share/html/Ticket/Display.html b/share/html/Ticket/Display.html
index 34944f8..b2871f8 100755
--- a/share/html/Ticket/Display.html
+++ b/share/html/Ticket/Display.html
@@ -95,7 +95,8 @@ $collapsed => undef
 
 <%INIT>
 
-$id ||= Jifty->web->response->result('create_ticket')->content('id');
+$id ||= Jifty->web->response->result('create_ticket')->content('id')
+    ||  Jifty->web->response->result('modify_ticket')->content('id');
 
 $m->callback( ticket_obj => $ticket_obj, args_ref => \%ARGS, callback_name => 'Initial' );
 

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


More information about the Rt-commit mailing list