more work on tests
added submission deadline and admin override fields
This commit is contained in:
parent
536c1d03fd
commit
50988eaa64
3 changed files with 42 additions and 12 deletions
|
|
@ -190,12 +190,11 @@ sub definition {
|
|||
label => $i18n->get("send email label"),
|
||||
hoverHelp => $i18n->get("send email label help")
|
||||
},
|
||||
commentTab => {
|
||||
noFormPost => 1,
|
||||
tab => "comments",
|
||||
fieldType => "hidden",
|
||||
customDrawMethod => 'drawComments',
|
||||
}
|
||||
adminOverride => {
|
||||
noFormPost => 1,
|
||||
fieldType => "hidden",
|
||||
defaultValue => '{}',
|
||||
},
|
||||
);
|
||||
push @{$definition}, {
|
||||
assetName => $i18n->get('assetName'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue