This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new 52b657a Fixing copy-paste bug
52b657a is described below
commit 52b657ac148bb9e68fda6ae7b1ca1162500f1be1
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Oct 31 14:55:37 2019 +0100
Fixing copy-paste bug
---
.../org/apache/syncope/client/console/commons/status/StatusUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/client/console/src/main/java/org/apache/syncope/client/console/commons/status/StatusUtils.java
b/client/console/src/main/java/org/apache/syncope/client/console/commons/status/StatusUtils.java
index 65aafca..7b6a13d 100644
---
a/client/console/src/main/java/org/apache/syncope/client/console/commons/status/StatusUtils.java
+++
b/client/console/src/main/java/org/apache/syncope/client/console/commons/status/StatusUtils.java
@@ -178,7 +178,7 @@ public final class StatusUtils implements Serializable {
case CREATED:
alt = "created icon";
title = "Created";
- clazz = Constants.UNDEFINED_ICON;
+ clazz = Constants.CREATED_ICON;
break;
case SUSPENDED: