[Rt-commit] rt branch, create-action, updated. 1ab929fd8a8e44d070523e4d02d5a2df4b9854d1
sartak at bestpractical.com
sartak at bestpractical.com
Wed Sep 23 13:19:50 EDT 2009
The branch, create-action has been updated
via 1ab929fd8a8e44d070523e4d02d5a2df4b9854d1 (commit)
from 9d4c07895f330687c1af4619ddaa20e6fa242953 (commit)
Summary of changes:
lib/RT/Action/CreateTicket.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1ab929fd8a8e44d070523e4d02d5a2df4b9854d1
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Sep 23 13:19:24 2009 -0400
datetime fields should be 16 characters
diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
index 555d013..a40aff0 100644
--- a/lib/RT/Action/CreateTicket.pm
+++ b/lib/RT/Action/CreateTicket.pm
@@ -253,7 +253,7 @@ __PACKAGE__->_add_parameter_type(
name => 'datetime',
defaults => {
render_as => 'DateTime',
- display_length => 10,
+ display_length => 16,
},
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list