Good morning Can I seek some clarification about how to report issues encountered on OIfbiz trunk?
If I try to run find on "facility/control/ViewFacilityInventoryByProduct?facilityId=MyRetailStore" I get an error message: java.lang.IllegalArgumentException: Error running script at location [component://product/src/main/groovy/org/apache/ofbiz/product/facility/facility/ViewFacilityInventoryByProduct.groovy]: groovy.lang.MissingMethodException: No signature of method: org.apache.ofbiz.product.facility.facility.ViewFacilityInventoryByProduct.from() is applicable for argument types: (org.apache.ofbiz.entity.model.DynamicViewEntity) values: [org.apache.ofbiz.entity.model.DynamicViewEntity@330fa6e9] Possible solutions: from(java.lang.String), run(), run(), find(), grep(), error(java.lang.String) I tried pulling the latest version and still get the error message. SImilarly when I try the facility reports page: facility/control/InventoryReports?facilityId=MyRetailStore Should I report this sort of issue here or is there a preferred method for reporting trunk related issues? thanks and kind regards Ernest
