Give ZipArchives a default template. Fixes bug #11769.
This commit is contained in:
parent
a1b1eaff3c
commit
9fafa25bf5
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
- fixed #11765: WebGUI/Asset/Wobject/Navigation.pm still uses obsolete PBtmpl0000000000000048
|
||||
- fixed #11766: Userlist problem / WebGUI 7.8.24
|
||||
- fixed #11759: email template missing
|
||||
- fixed #11769: WebGUI::Asset::File::ZipArchive specifies a default template of ''
|
||||
|
||||
7.9.10
|
||||
- fixed #11721: spamStopWords not in WebGUI.conf.original
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ sub definition {
|
|||
label=>$i18n->get('template label'),
|
||||
namespace=>"ZipArchiveAsset",
|
||||
fieldType=>'template',
|
||||
defaultValue=>''
|
||||
defaultValue=>'ZipArchiveTMPL00000001',
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue