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/05/21 19:33:53 UTC

[isis] branch master updated: ISIS-2614: SecMan: fix ApplicationUser_lock button

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 97612fc  ISIS-2614: SecMan: fix ApplicationUser_lock button
97612fc is described below

commit 97612fcb2f96c1af9e40d2a31f2d276d3c53e4a4
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri May 21 21:33:37 2021 +0200

    ISIS-2614: SecMan: fix ApplicationUser_lock button
---
 .../extensions/secman/api/user/dom/mixins/ApplicationUser_unlock.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/security/secman/api/src/main/java/org/apache/isis/extensions/secman/api/user/dom/mixins/ApplicationUser_unlock.java b/extensions/security/secman/api/src/main/java/org/apache/isis/extensions/secman/api/user/dom/mixins/ApplicationUser_unlock.java
index 5cb2b4f..6598031 100644
--- a/extensions/security/secman/api/src/main/java/org/apache/isis/extensions/secman/api/user/dom/mixins/ApplicationUser_unlock.java
+++ b/extensions/security/secman/api/src/main/java/org/apache/isis/extensions/secman/api/user/dom/mixins/ApplicationUser_unlock.java
@@ -35,7 +35,7 @@ import lombok.RequiredArgsConstructor;
 )
 @ActionLayout(
         associateWith = "status",
-        named = "fa-lock-open",
+        cssClassFa = "fa-lock-open",
         sequence = "1"
 )
 @RequiredArgsConstructor