[Rt-commit] rt branch, create-action, updated. 918dbda5926624bf4498a98f802ac1c0494c5c37
sartak at bestpractical.com
sartak at bestpractical.com
Mon Oct 5 23:25:40 EDT 2009
The branch, create-action has been updated
via 918dbda5926624bf4498a98f802ac1c0494c5c37 (commit)
from c6083994a998764b947fe1ff07b3f5fe9825a9b5 (commit)
Summary of changes:
lib/RT/Action/CreateTicket.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 918dbda5926624bf4498a98f802ac1c0494c5c37
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Oct 5 23:25:28 2009 -0400
Use the select owner class.. Jifty already handles it yay
diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
index c88d9a8..248f90c 100644
--- a/lib/RT/Action/CreateTicket.pm
+++ b/lib/RT/Action/CreateTicket.pm
@@ -15,7 +15,7 @@ use Jifty::Action schema {
label is _('Status');
param owner =>
- render as 'select',
+ render as 'RT::View::Form::Field::SelectOwner',
# valid_values are queue-specific
valid_values are lazy { RT->nobody },
label is _('Owner');
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list