Fix: WebGUI::Asset::File::ZipArchive specifies a default template of ''
This commit is contained in:
parent
455f850ac0
commit
13e7d4c6d5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ property templateId => (
|
|||
hoverHelp => ['template description', 'Asset_ZipArchive'],
|
||||
namespace => "ZipArchiveAsset",
|
||||
fieldType => 'template',
|
||||
default => '',
|
||||
default => 'ZipArchiveTMPL00000001',
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue