You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/01/13 09:56:41 UTC

[isis] branch master updated: ISIS-2905: mignotes: new role-manager

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new d7c4c85  ISIS-2905: mignotes: new role-manager
d7c4c85 is described below

commit d7c4c85b6a7adb0a56bd0d449076262d012ed90a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jan 13 10:56:32 2022 +0100

    ISIS-2905: mignotes: new role-manager
---
 .../modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
index 6bb24ed..b394d18 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
@@ -228,4 +228,27 @@ not compatible with the old ones.
 	<groupId>org.apache.isis.valuetypes</groupId>
 	<artifactId>isis-valuetypes-markdown-persistence-jdo</artifactId>
 </dependency>
+----
+
+== Extensions
+
+=== SecMan
+
+Following menu actions for roles have been removed:
+
+[source,xml]
+.menubars.layout.xml
+----
+<!--
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationRoleMenu" id="newRole"/>
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationRoleMenu" id="allRoles"/>
+-->
+----
+
+Use the new Role Manager View Model instead:
+
+[source,xml]
+.menubars.layout.xml
+----
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationRoleMenu" id="roleManager"/>
 ----
\ No newline at end of file