You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/03 12:32:17 UTC

[isis-app-helloworld] branch master updated: changes order of H2 and HSQLDB in prototyping menu

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git


The following commit(s) were added to refs/heads/master by this push:
     new 4631e77  changes order of H2 and HSQLDB in prototyping menu
4631e77 is described below

commit 4631e77929ecede78a0999c081706b6f5ae55a0b
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Dec 3 12:31:59 2019 +0000

    changes order of H2 and HSQLDB in prototyping menu
    
    workaround ... if HSQLDB is hidden, then no separator is shown.
---
 src/main/java/domainapp/webapp/application/menubars.layout.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/domainapp/webapp/application/menubars.layout.xml b/src/main/java/domainapp/webapp/application/menubars.layout.xml
index 0cd7a1a..8409833 100644
--- a/src/main/java/domainapp/webapp/application/menubars.layout.xml
+++ b/src/main/java/domainapp/webapp/application/menubars.layout.xml
@@ -75,12 +75,12 @@
                 </mb3:serviceAction>
             </mb3:section>
             <mb3:section>
-                <mb3:serviceAction objectType="isisApplib.HsqlDbManagerMenu" id="hsqlDbManager">
-                    <cpt:named>HSQL DB Manager</cpt:named>
-                </mb3:serviceAction>
                 <mb3:serviceAction objectType="isisApplib.H2ManagerMenu" id="openH2Console">
                     <cpt:named>H2 Console</cpt:named>
                 </mb3:serviceAction>
+                <mb3:serviceAction objectType="isisApplib.HsqlDbManagerMenu" id="hsqlDbManager">
+                    <cpt:named>HSQL DB Manager</cpt:named>
+                </mb3:serviceAction>
             </mb3:section>
         </mb3:menu>
     </mb3:secondary>