View Issue Details

IDProjectCategoryView StatusLast Update
0001829OXID eShop (all versions)2. ----- eShop backend (admin) -----public2010-05-19 16:20
Reportermanuel Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.3.1 revision 27257 
Fixed in Version4.3.2 revision 27884 
Summary0001829: image upload: picture image sizes ignored in oxUtilsFile
DescriptionThe method _prepareImage() in oxUtilsFile ignores information in config paramter 'aDetailImageSizes'.

Call is "$this->_getImageSize( $sType, 1, 'aDetailImageSizes' )" so only the first dimension information in the config array sets the size information for all type 'P' pictures.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

rimvydas_paskevicius

2010-05-19 16:20

reporter   ~0002961

Updated method method oxUtilsFile::_prepareImage() - now parameter when calling $this->_getImageSize() contains correct picture index.