Fixes of defaultValue from undef to '', 0 for mysql 5.1
This commit is contained in:
parent
4ee2e59f1d
commit
179e75ef8f
6 changed files with 14 additions and 13 deletions
|
|
@ -96,13 +96,13 @@ sub definition {
|
|||
},
|
||||
actionTaken => {
|
||||
fieldType => "text",
|
||||
defaultValue => undef,
|
||||
noFormPost => 1
|
||||
defaultValue => '',
|
||||
noFormPost => 1,
|
||||
},
|
||||
actionTakenBy => {
|
||||
fieldType => "user",
|
||||
defaultValue => undef,
|
||||
noFormPost => 1
|
||||
defaultValue => '',
|
||||
noFormPost => 1,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue