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 2021/05/30 06:16:23 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated: cleans up home page also

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

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


The following commit(s) were added to refs/heads/jdo-SNAPSHOT by this push:
     new 3df64a5  cleans up home page also
3df64a5 is described below

commit 3df64a5d473ed0c1f3b34c540a640f9bef705aff
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun May 30 07:16:13 2021 +0100

    cleans up home page also
---
 .../application/services/homepage/HomePageViewModel.layout.xml       | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml b/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml
index 7c5d097..72ba56e 100644
--- a/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml
+++ b/webapp/src/main/java/domainapp/webapp/application/services/homepage/HomePageViewModel.layout.xml
@@ -5,7 +5,10 @@
             <bs3:row>
                 <bs3:col span="12" unreferencedActions="true">
                     <domainObject/>
-                    <action id="clearHints"/>
+                    <action id="clearHints" hidden="EVERYWHERE"/>
+                    <action id="impersonate" hidden="EVERYWHERE"/>
+                    <action id="impersonateWithRoles" hidden="EVERYWHERE"/>
+                    <action id="stopImpersonating" hidden="EVERYWHERE"/>
                     <action id="downloadLayoutXml" hidden="EVERYWHERE"/>
                     <action id="inspectMetamodel" hidden="EVERYWHERE"/>
                     <action id="rebuildMetamodel" hidden="EVERYWHERE"/>