Skip to content

Commit

Permalink
Improved: Have screen FindPartyClassificationGroups show Party MainAc…
Browse files Browse the repository at this point in the history
…tionMenu (OFBIZ-12900 - #693)

Currently the FindPartyClassificationGroups screen in PartyClassificationScreens.xml does not show the MainActionMenu of the party component.
For a consistent user experience this should be.

modified: PartyClassificationsScreens.xml
- added decorator-section 'pre-body', having MainActionMenu
  • Loading branch information
PierreSmits authored Feb 15, 2024
1 parent 7772d63 commit 99e497d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ under the License.
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="pre-body">
<include-menu name="MainActionMenu" location="component://party/widget/partymgr/PartyMenus.xml"/>
</decorator-section>
<decorator-section name="body">
<screenlet title="${uiLabelMap.PartyClassificationGroups}">
<container style="button-bar"><link target="EditPartyClassificationGroup" style="buttontext create" text="${uiLabelMap.PartyCreateNewPartyClassificationGroup}"/></container>
Expand Down

0 comments on commit 99e497d

Please sign in to comment.