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 a8538c2 Fixed: PriceRule - values of existing ProductPriceCond record not shown (OFBIZ-12467) (#421) a8538c2 is described below commit a8538c24fdfd780f42a04d152d32c8fa7005a4b3 Author: Pierre Smits <pierre.sm...@orrtiz.com> AuthorDate: Sat Dec 18 09:18:38 2021 +0100 Fixed: PriceRule - values of existing ProductPriceCond record not shown (OFBIZ-12467) (#421) When a price rule is shown in the screen, the associated existing conditions are not shown in the overview for the conditions Modified: Priceforms.xml - changed grid 'EditProductPriceRulesCondition' list-name to reflect correct list --- applications/product/widget/catalog/PriceForms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/product/widget/catalog/PriceForms.xml b/applications/product/widget/catalog/PriceForms.xml index cf6b36b..330198f 100644 --- a/applications/product/widget/catalog/PriceForms.xml +++ b/applications/product/widget/catalog/PriceForms.xml @@ -72,7 +72,7 @@ </hyperlink> </field> </grid> - <grid name="EditProductPriceRulesCond" list-name="productPriceCond" target="updateProductPriceCond" + <grid name="EditProductPriceRulesCond" list-name="productPriceConds" target="updateProductPriceCond" odd-row-style="alternate-row" default-table-style="basic-table hover-bar" separate-columns="true"> <field name="productPriceRuleId"><hidden/></field><!-- Users don't need this information there, the screen is already sufficiently complex! --> <field name="productPriceCondSeqId"><hidden/></field><!-- Users don't need this information there, the screen is already sufficiently complex! -->