Skip to content

Commit

Permalink
Improved: show MainActionMenu in Party - LoggedInUser screen (OFBIZ-1…
Browse files Browse the repository at this point in the history
…2895) (#691)

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

Modified: VisitScreens.xml
- added decorator-section 'pre-body'  having MainActionMenu to screen ListLoggedInUser
  • Loading branch information
PierreSmits committed Feb 14, 2024
1 parent e24688c commit a34a879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/party/widget/partymgr/VisitScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,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">
<include-screen name="LoggedInUsersScreen" />
</decorator-section>
Expand Down

0 comments on commit a34a879

Please sign in to comment.