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:
parent
804721d0b8
commit
6524a3c815
3 changed files with 39 additions and 12 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue