fixed: some default assets have ids shorter than 22 characters

This commit is contained in:
Graham Knop 2008-10-02 15:12:20 +00:00
parent 05a01201ff
commit f7b02c0407
6 changed files with 31 additions and 5 deletions

View file

@ -167,7 +167,7 @@ sub definition {
%properties = (
templateId =>{
fieldType=>"template",
defaultValue=>'UserListTmpl0000001',
defaultValue=>'UserListTmpl0000000001',
namespace=>'UserList',
tab=>"display",
hoverHelp=>$i18n->get("template description"),