Skip to content

Commit

Permalink
Improved: Fix cross-app menu location issues (OFBIZ-13035) (#121)
Browse files Browse the repository at this point in the history
address cross application menu-location issues.

modified: assetmaint/web.xml
- added context-param calendarMenuLocation (re calendar screen of a fixed asset)
  • Loading branch information
PierreSmits authored Apr 22, 2024
1 parent 81e4c32 commit 740512a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assetmaint/webapp/assetmaint/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<param-name>mainMenuLocation</param-name>
<param-value>component://assetmaint/widget/AssetmaintMenus.xml</param-value>
</context-param>
<context-param>
<description>The location of the calendar menus file to be used in this webapp; referred to as a context variable in screen def XML files.</description>
<param-name>calendarMenuLocation</param-name>
<param-value>component://workeffort/widget/WorkEffortMenus.xml</param-value>
</context-param>

<filter>
<display-name>ControlFilter</display-name>
Expand Down

0 comments on commit 740512a

Please sign in to comment.