[ofbiz-framework] branch trunk 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 trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit 3517a54a48bc4489690bdf2253be1f11ca49ba4b
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"