You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/01 07:44:37 UTC

[ofbiz-framework] branch trunk updated: Improved: List and Grid (OFBIZ-11345) (#364)

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 1d476cc  Improved: List and Grid (OFBIZ-11345) (#364)
1d476cc is described below

commit 1d476cc139cdcd2e3b399b64fac85f398e7101de
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Wed Dec 1 08:44:38 2021 +0100

    Improved: List and Grid (OFBIZ-11345) (#364)
    
    Fixes a bug: Attribute 'type' is not allowed to appear in element 'grid'.
---
 applications/accounting/widget/PaymentForms.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/accounting/widget/PaymentForms.xml b/applications/accounting/widget/PaymentForms.xml
index 50b8690..cfcc40f 100644
--- a/applications/accounting/widget/PaymentForms.xml
+++ b/applications/accounting/widget/PaymentForms.xml
@@ -402,7 +402,7 @@ under the License.
         </field>
     </form>
 
-    <grid name="PaymentApplications" type="list" list-name="paymentApplications"
+    <grid name="PaymentApplications" list-name="paymentApplications"
         odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
         <actions>
             <entity-condition entity-name="PaymentApplication">