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

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

commit addf3bdf81461c7300d45059b756d0acbf4fec11
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Fri May 15 10:34:21 2026 +0200

    Fixed: Add ProductStoreWorker.getRandomSurveyWrapper to FreeMarker whitelist
---
 framework/security/config/freemarker-whitelist.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/security/config/freemarker-whitelist.properties 
b/framework/security/config/freemarker-whitelist.properties
index 0dfb2fef6e..3d078bc253 100644
--- a/framework/security/config/freemarker-whitelist.properties
+++ b/framework/security/config/freemarker-whitelist.properties
@@ -148,7 +148,7 @@ org.apache.ofbiz.product.product.ProductWorker = 
findProduct,getGwpAlternativeOp
   getParentProduct,isPhysical,isSerialized
 org.apache.ofbiz.product.store.ProductStoreWorker = 
checkSurveyResponse,getProductStore,\
   getProductStoreId,isStoreInventoryAvailable,isStoreInventoryRequired,\
-  isStoreInventoryRequiredAndAvailable
+  isStoreInventoryRequiredAndAvailable,getRandomSurveyWrapper
 
 org.apache.ofbiz.shipment.picklist.PickListServices = isBinComplete
 

Reply via email to