[Rt-commit] rt branch, admin_ui, updated. d08fb873cff872a35cd673d19a992627563c0c43
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 27 07:04:05 EST 2010
The branch, admin_ui has been updated
via d08fb873cff872a35cd673d19a992627563c0c43 (commit)
from a5c2b9ce0501c64a6af18bdcd57dfbe0c4ae1a7e (commit)
Summary of changes:
lib/RT/Action/ConfigMyRT.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d08fb873cff872a35cd673d19a992627563c0c43
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Jan 27 20:03:45 2010 +0800
use OrderedList field to config my_rt
diff --git a/lib/RT/Action/ConfigMyRT.pm b/lib/RT/Action/ConfigMyRT.pm
index 00151f3..73aa339 100644
--- a/lib/RT/Action/ConfigMyRT.pm
+++ b/lib/RT/Action/ConfigMyRT.pm
@@ -44,7 +44,8 @@ sub arguments {
$args->{$type} = {
available_values => defer { $self->available_values },
default_value => defer { $self->default_value( $type ) },
- render_as => 'Checkboxes',
+ render_as => 'OrderedList',
+ with_select => 1,
}
}
return $args;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list