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 6fb7805b44 Improved: Catalog Stores - VIEW permissions (OFBIZ-12512) (#739) 6fb7805b44 is described below commit 6fb7805b445996faa162cefbd442d55860d2295d Author: Pierre Smits <pierre.sm...@somonar.com> AuthorDate: Thu Mar 21 10:22:01 2024 +0100 Improved: Catalog Stores - VIEW permissions (OFBIZ-12512) (#739) correcting incorrect grid name modified: ProdCatalogForms.xml - correcting grid name --- applications/product/widget/catalog/ProdCatalogForms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/product/widget/catalog/ProdCatalogForms.xml b/applications/product/widget/catalog/ProdCatalogForms.xml index 5d496553a7..b823633d59 100644 --- a/applications/product/widget/catalog/ProdCatalogForms.xml +++ b/applications/product/widget/catalog/ProdCatalogForms.xml @@ -133,7 +133,7 @@ under the License. </field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> - <grid name="CatalogStores" list-name="productStoreCatalogList" target="updateProdCatalogStore" + <grid name="Stores" list-name="productStoreCatalogList" target="updateProdCatalogStore" odd-row-style="alternate-row" default-table-style="basic-table" separate-columns="true"> <auto-fields-entity entity-name="ProductStoreCatalog" default-field-type="display"/> <field name="prodCatalogId"><hidden/></field>