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/03/04 14:33:43 UTC

[isis] branch master updated: ISIS-2560: copy paste typo

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 edcf44a  ISIS-2560: copy paste typo
edcf44a is described below

commit edcf44a7c6ba844720960ae56907169e13832a0b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Mar 4 15:33:30 2021 +0100

    ISIS-2560: copy paste typo
---
 .../extensions/secman/model/dom/role/ApplicationRole_addPermission.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/role/ApplicationRole_addPermission.java b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/role/ApplicationRole_addPermission.java
index 77a7590..defeff5 100644
--- a/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/role/ApplicationRole_addPermission.java
+++ b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/role/ApplicationRole_addPermission.java
@@ -61,7 +61,7 @@ import lombok.experimental.Accessors;
 @Action(
         domainEvent = AddPermissionDomainEvent.class, 
         associateWith = "permissions")
-@ActionLayout(named="Remove")
+@ActionLayout(named="Add")
 @RequiredArgsConstructor
 public class ApplicationRole_addPermission {