This is an automated email from the ASF dual-hosted git repository. jacopoc pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit dc812fb177e434df01eda793b5f9a3ec2d4e42ac Author: Jacopo Cappellato <[email protected]> AuthorDate: Fri May 15 10:34:21 2026 +0200 Fixed: Add ProductStoreWorker.getRandomSurveyWrapper to FreeMarker whitelist (cherry picked from commit addf3bdf81461c7300d45059b756d0acbf4fec11) --- 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

