- added #9668 extension template variable to attachment loops for the following assets:
Article,Post,Event,File,Form::Attachments,Folder
This commit is contained in:
parent
a4ee31feef
commit
fd3346586e
7 changed files with 13 additions and 91 deletions
|
|
@ -302,6 +302,7 @@ sub www_upload {
|
|||
title => $filename,
|
||||
url => "attachments/".$filename,
|
||||
filename => $filename,
|
||||
extension => WebGUI::Storage->getFileExtension($filename),
|
||||
ownerUserId => $owner,
|
||||
groupIdEdit => "3",
|
||||
groupIdView => "7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue