
sartak at bestpractical
Nov 18, 2009, 2:06 PM
Post #1 of 1
(340 views)
Permalink
|
|
rt branch, create-action, updated. 86911931535515740f4c457ad7a0aec81130b7c1
|
|
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> 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'); ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|