This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 38bbdf1  Improved: Change common webapp to common-theme  (OFBIZ-12576)
38bbdf1 is described below

commit 38bbdf151b9ad7f3d72fd7d571b174b548b63223
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Mar 16 12:30:17 2022 +0100

    Improved: Change common webapp to common-theme  (OFBIZ-12576)
    
    Missed these changes one month ago
---
 applications/product/config/catalog.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/product/config/catalog.properties 
b/applications/product/config/catalog.properties
index 4d5c232..53605cb 100644
--- a/applications/product/config/catalog.properties
+++ b/applications/product/config/catalog.properties
@@ -21,7 +21,7 @@
 
 
 # -- Image upload path on the server
-image.server.path=${sys:getProperty('ofbiz.home')}/themes/common/images/webapp/images/${tenantId}
+image.server.path=${sys:getProperty('ofbiz.home')}/themes/common-theme/images/webapp/images/${tenantId}
 
 # -- The prefix to put on auto-generated image urls (can be relative or 
absolute, whatever you want)
 image.url.prefix=/images/${tenantId}
@@ -36,7 +36,7 @@ all.product.category=CATALOG1
 reactivate.product.from.receipt=Y
 
 # Image upload path on the image management
-image.management.path=${sys:getProperty('ofbiz.home')}/themes/common/webapp/images/products/management
+image.management.path=${sys:getProperty('ofbiz.home')}/themes/common-theme/webapp/images/products/management
 image.management.url=/images/products/management
 image.management.nameofthumbnail=-100
 image.management.autoApproveImage=Y

Reply via email to