[ofbiz-framework] branch release18.12 updated: Fixed: webapp position does not really work (OFBIZ-12176)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release18.12 updated: Fixed: webapp position does not really work (OFBIZ-12176)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new be94f44  Fixed: webapp position does not really work (OFBIZ-12176)
be94f44 is described below

commit be94f44da3fb779754199305c31b14a87065ca60
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Mon Feb 15 13:57:17 2021 +0100

    Fixed: webapp position does not really work (OFBIZ-12176)
   
    Remove webtools from secondary menu to get it in right (12) position
---
 framework/webtools/ofbiz-component.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/webtools/ofbiz-component.xml b/framework/webtools/ofbiz-component.xml
index 09e0c2d..61130b4 100644
--- a/framework/webtools/ofbiz-component.xml
+++ b/framework/webtools/ofbiz-component.xml
@@ -30,7 +30,6 @@ under the License.
     <webapp name="webtools"
         title="WebTools"
         position="12"
-        menu-name="secondary"
         server="default-server"
         location="webapp/webtools"
         base-permission="OFBTOOLS,WEBTOOLS"