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 2023/01/05 16:32:44 UTC

[isis-app-helloworld] branch jpa-SNAPSHOT updated: minor fix for menubars layout (I think)

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

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


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new 115fb1f  minor fix for menubars layout (I think)
115fb1f is described below

commit 115fb1fa2616ec2eed339b4f90a754287a2e51d3
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 5 16:32:32 2023 +0000

    minor fix for menubars layout (I think)
    
    at any rate, there is an 'Other' for helloworld, not there for simpleapp
---
 src/main/resources/menubars.layout.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/menubars.layout.xml b/src/main/resources/menubars.layout.xml
index d2df66c..a7295ba 100644
--- a/src/main/resources/menubars.layout.xml
+++ b/src/main/resources/menubars.layout.xml
@@ -59,7 +59,6 @@
             <mb3:section>
                 <mb3:named>Manual Testing</mb3:named>
                 <mb3:serviceAction id="downloadSitemap" objectType="causeway.applib.SitemapServiceMenu">
-                    <cpt:logicalTypeName>causeway.applib.SitemapServiceMenu</cpt:logicalTypeName>
                     <cpt:named>Download Site-Map Template (Adoc)</cpt:named>
                 </mb3:serviceAction>
             </mb3:section>