[Rt-commit] rt branch, create-action, updated. 39a98cd7a90e9dbba6d7139c89cdfdf73974606d

sartak at bestpractical.com sartak at bestpractical.com
Tue Nov 17 14:44:38 EST 2009


The branch, create-action has been updated
       via  39a98cd7a90e9dbba6d7139c89cdfdf73974606d (commit)
      from  854424cc55004c7c5e041c7a43ed48cebc54f24e (commit)

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

- Log -----------------------------------------------------------------
commit 39a98cd7a90e9dbba6d7139c89cdfdf73974606d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Nov 17 14:44:27 2009 -0500

    Use form_submit since we want to submit multiple actions

diff --git a/lib/RT/View/Ticket/Create.pm b/lib/RT/View/Ticket/Create.pm
index 097b3bb..bcbdd3f 100644
--- a/lib/RT/View/Ticket/Create.pm
+++ b/lib/RT/View/Ticket/Create.pm
@@ -75,7 +75,7 @@ template 'create' => page { title => _('Create a new ticket') } content {
         form_next_page url => '/Ticket/Display.html';
 
         render_action($create);
-        $create->button(label => _('Create'));
+        form_submit( label => _('Create') );
     };
 };
 

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


More information about the Rt-commit mailing list