Skip to content

Commit

Permalink
Improved: MSG - move to parameterized menu location (OFBIZ-13043) (#116)
Browse files Browse the repository at this point in the history
* Improved: MSG - move to parameterized menu location (OFBIZ-13043)

CommonScreens.xml: change menu location

* correcting typo
  • Loading branch information
PierreSmits authored Apr 21, 2024
1 parent a0531e8 commit be63ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msggateway/widget/CommonScreens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ under the License.

<set field="activeApp" value="msggateway" global="true"/>
<set field="applicationMenuName" value="MainAppBar" global="true"/>
<set field="applicationMenuLocation" value="component://msggateway/widget/MsgGatewayMenus.xml" global="true"/>
<set field="applicationMenuLocation" value="${parameters.mainMenuLocation}" global="true"/>
<set field="applicationTitle" from-field="uiLabelMap.MsgGatewayApplication" global="true"/>
</actions>
<widgets>
Expand Down

0 comments on commit be63ed6

Please sign in to comment.