Asset properties that have default values are now enforced by the API as they always have been by the user interface.

This commit is contained in:
JT Smith 2007-07-19 23:08:02 +00:00
parent 804721d0b8
commit 6524a3c815
3 changed files with 39 additions and 12 deletions

View file

@ -84,7 +84,7 @@ sub definition {
},
styleTemplateId=>{
fieldType=>'template',
defaultValue=>undef,
defaultValue=>'PBtmpl0000000000000060',
tab=>"display",
label=>$i18n->get(1073),
hoverHelp=>$i18n->get('1073 description'),
@ -93,7 +93,7 @@ sub definition {
},
printableStyleTemplateId=>{
fieldType=>'template',
defaultValue=>undef,
defaultValue=>'PBtmpl0000000000000060',
tab=>"display",
label=>$i18n->get(1079),
hoverHelp=>$i18n->get('1079 description'),