*** empty log message ***
This commit is contained in:
parent
1a6c6ae254
commit
cfe20cfce6
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
- Added some more exception handling to getAssetAdderLinks (mwilson)
|
||||
- fixed more arrayed Form parameters in www_editMetaDataField (mwilson)
|
||||
- fixed a bunch more errors in the new date field - (mwilson)
|
||||
- fixed a fatal error in whatNext.pm (mwilson)
|
||||
|
||||
|
||||
6.7.0
|
||||
|
|
|
|||
|
|
@ -80,6 +80,9 @@ sub definition {
|
|||
name=>{
|
||||
defaultValue=>"proceed"
|
||||
},
|
||||
options=>{
|
||||
defaultValue=>{}
|
||||
}
|
||||
});
|
||||
return $class->SUPER::definition($definition);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue