- Made some changes to make WebGUI compatible with the WRE for Windows.
- fix: cacheTimeout not respected as Visitor (Eric Kennedy). - fix: Email address with just one character in the user part not accepted - fix: Image (file) added to page shows before committing changes - fix: Typo in fileImport.pl at line 265 (zxp)
This commit is contained in:
parent
da1b2d3581
commit
80ef5e925a
7 changed files with 27 additions and 17 deletions
|
|
@ -167,7 +167,6 @@ sub editSave {
|
|||
delete $newAsset->{_storageLocation};
|
||||
$newAsset->setSize($storage->getFileSize($filename));
|
||||
$newAsset->generateThumbnail if ($selfName eq "WebGUI::Asset::File::Image");
|
||||
$newAsset->commit;
|
||||
}
|
||||
$tempStorage->delete;
|
||||
return $self->getParent->www_manageAssets if ($self->session->form->process("proceed") eq "manageAssets");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue