fixed: some default assets have ids shorter than 22 characters
This commit is contained in:
parent
05a01201ff
commit
f7b02c0407
6 changed files with 31 additions and 5 deletions
|
|
@ -783,11 +783,11 @@ sub definition {
|
|||
},
|
||||
postReceivedTemplateId =>{
|
||||
fieldType=>'template',
|
||||
namespace=>'Collaboration',
|
||||
namespace=>'Collaboration/PostReceived',
|
||||
tab=>'display',
|
||||
label=>$i18n->get('post received template'),
|
||||
hoverHelp=>$i18n->get('post received template hoverHelp'),
|
||||
defaultValue=>'default_post_received',
|
||||
defaultValue=>'default_post_received1',
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ sub definition {
|
|||
},
|
||||
downloadTemplateId=>{
|
||||
fieldType=>"template",
|
||||
defaultValue=>'SQLReportDownload0001',
|
||||
defaultValue=>'SQLReportDownload00001',
|
||||
},
|
||||
downloadMimeType=>{
|
||||
fieldType=>"text",
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ sub definition {
|
|||
%properties = (
|
||||
templateId =>{
|
||||
fieldType=>"template",
|
||||
defaultValue=>'UserListTmpl0000001',
|
||||
defaultValue=>'UserListTmpl0000000001',
|
||||
namespace=>'UserList',
|
||||
tab=>"display",
|
||||
hoverHelp=>$i18n->get("template description"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue