Skip to content

Commit

Permalink
Fixed: Usage of 'include-form' instead of 'include-grid' in PartyScre…
Browse files Browse the repository at this point in the history
…ens.xml for grid elements

(OFBIZ-11286)

In PartyScreens.xml there were 'ListInvoicesApplPayments', 'ListUnAppliedInvoices' and 'ListUnAppliedPayments' include as form instead of grid but in PartyForms.xml they are defined as grids.

Thanks to Ulrich Heidfeld to raise and solve this issue
  • Loading branch information
nmalin committed Nov 22, 2019
1 parent a1f1627 commit 7366da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/party/widget/partymgr/PartyScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ under the License.
</actions>
<widgets>
<label style="h2" text="${uiLabelMap.PartyCurrency}"></label>
<include-form name="ListInvoicesApplPayments" location="component://party/widget/partymgr/PartyForms.xml"/>
<include-grid name="ListInvoicesApplPayments" location="component://party/widget/partymgr/PartyForms.xml"/>
</widgets>
</section>
</screenlet>
Expand Down Expand Up @@ -1082,7 +1082,7 @@ under the License.
</actions>
<widgets>
<label style="h2" text="${uiLabelMap.PartyCurrency}"></label>
<include-form name="ListUnAppliedInvoices" location="component://party/widget/partymgr/PartyForms.xml"/>
<include-grid name="ListUnAppliedInvoices" location="component://party/widget/partymgr/PartyForms.xml"/>
</widgets>
</section>
</screenlet>
Expand All @@ -1109,7 +1109,7 @@ under the License.
</actions>
<widgets>
<label style="h2" text="${uiLabelMap.PartyCurrency}"></label>
<include-form name="ListUnAppliedPayments" location="component://party/widget/partymgr/PartyForms.xml"/>
<include-grid name="ListUnAppliedPayments" location="component://party/widget/partymgr/PartyForms.xml"/>
</widgets>
</section>
</screenlet>
Expand Down

0 comments on commit 7366da3

Please sign in to comment.