[Rt-commit] rt branch, create-action, updated. 86911931535515740f4c457ad7a0aec81130b7c1

sartak at bestpractical.com sartak at bestpractical.com
Wed Nov 18 17:06:35 EST 2009


The branch, create-action has been updated
       via  86911931535515740f4c457ad7a0aec81130b7c1 (commit)
      from  d337d1406c2c83869bb1b7f8137f761eeaf4b4a2 (commit)

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

- Log -----------------------------------------------------------------
commit 86911931535515740f4c457ad7a0aec81130b7c1
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Nov 18 17:06:21 2009 -0500

    Better parameter name, since we'll eventually support multi attachments

diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
index eab9cbc..a36d94f 100644
--- a/lib/RT/Action/CreateTicket.pm
+++ b/lib/RT/Action/CreateTicket.pm
@@ -26,7 +26,7 @@ use Jifty::Action schema {
         max_length is 200,
         label is _('Subject');
 
-    param attachment =>
+    param attachments =>
         render as 'upload',
         label is _('Attach file');
 

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


More information about the Rt-commit mailing list