This is an automated email from the ASF dual-hosted git repository. danwatford pushed a commit to branch release18.12 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push: new 1e938f7 Fixed: Typo in request parameter when editing Product Config Item Content's content prevented retrieval of correct record. 1e938f7 is described below commit 1e938f70ca3b9086ae080043cb1ca516694b32ae Author: Daniel Watford <dan...@watfordconsulting.com> AuthorDate: Fri May 28 09:14:12 2021 +0100 Fixed: Typo in request parameter when editing Product Config Item Content's content prevented retrieval of correct record. (OFBIZ-12245) --- applications/product/widget/catalog/ConfigScreens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/product/widget/catalog/ConfigScreens.xml b/applications/product/widget/catalog/ConfigScreens.xml index a7f8eb8..eb17638 100644 --- a/applications/product/widget/catalog/ConfigScreens.xml +++ b/applications/product/widget/catalog/ConfigScreens.xml @@ -263,7 +263,7 @@ under the License. <set field="configItemId" from-field="parameters.configItemId"/> <entity-one entity-name="ProductConfigItem" value-field="configItem" auto-field-map="true"/> - <set field="fromDate" from-field="requetParameters.fromDate" type="Timestamp"/> + <set field="fromDate" from-field="requestParameters.fromDate" type="Timestamp"/> <script location="component://product/groovyScripts/catalog/config/EditProductConfigItemContentContent.groovy"/> </actions>