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 2021/04/20 15:20:33 UTC

[isis] branch master updated: ISIS-2562: add mignotes, as the menu actions have changed

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 aa81464  ISIS-2562: add mignotes, as the menu actions have changed
aa81464 is described below

commit aa814645421e2285a5b829b990e36ae827d19ca1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 20 17:20:09 2021 +0200

    ISIS-2562: add mignotes, as the menu actions have changed
---
 .../modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc
index 401fde0..1f6c15e 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc
@@ -39,3 +39,35 @@ Module `IsisModuleExtModelAnnotation` was removed and is no longer required.
 
 Service `BookmarkService` has been improved, such that its methods return `Optional<?>` instead of nullable objects. 
 
+== Extensions
+
+=== SecMan
+
+Following menu actions for User Management have been removed:
+
+[source,xml]
+.menubars.layout.xml
+----
+<!--
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationUserMenu" id="newLocalUser">
+    <cpt:named>New Local User</cpt:named>
+</mb3:serviceAction>
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationUserMenu" id="allUsers">
+    <cpt:named>All Users</cpt:named>
+</mb3:serviceAction>
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationUserMenu" id="newDelegateUser">
+    <cpt:named>New Delegate User</cpt:named>
+</mb3:serviceAction>
+-->
+----
+
+Use the new User Manager View Model instead:
+
+[source,xml]
+.menubars.layout.xml
+----
+<mb3:serviceAction objectType="isis.ext.secman.ApplicationUserMenu" id="userManager">
+    <cpt:named>User Manager</cpt:named>
+</mb3:serviceAction>
+----                
+                
\ No newline at end of file