You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/07/12 15:08:04 UTC

svn commit: r1801744 [1/3] - in /ofbiz/branches: release14.12/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java release15.12/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java

Author: jleroux
Date: Wed Jul 12 15:08:03 2017
New Revision: 1801744

URL: http://svn.apache.org/viewvc?rev=1801744&view=rev
Log:
"Applied fix BY HAND from trunk framework for revision: 1801742" 
------------------------------------------------------------------------
r1801742 | jleroux | 2017-07-12 16:54:38 +0200 (mer. 12 juil. 2017) | 7 lignes

Fixed: Uploading images at catalog/control/addImageForProduct does not work
(OFBIZ-9259)

Delegator was fetched from the context instead of the DispatchContext and thus 
was throwing NPE while running the EntityUtilProperties.getPropertyValue().

Thanks: Devanshu Vyas 
------------------------------------------------------------------------

Modified:
    ofbiz/branches/release14.12/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java
    ofbiz/branches/release15.12/applications/product/src/org/ofbiz/product/imagemanagement/ImageManagementServices.java