You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/04/06 15:13:29 UTC

[syncope] branch master updated: [SYNCOPE-1551] Missing update

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

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


The following commit(s) were added to refs/heads/master by this push:
     new eaaf545  [SYNCOPE-1551] Missing update
eaaf545 is described below

commit eaaf545f506f83fbe437cfc8e054aa54b4f5b3a8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 6 17:13:17 2020 +0200

    [SYNCOPE-1551] Missing update
---
 .../org/apache/syncope/client/console/panels/AnyTypeClassesPanel.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/AnyTypeClassesPanel.java b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/AnyTypeClassesPanel.java
index c81219d..eedcb56 100644
--- a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/AnyTypeClassesPanel.java
+++ b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/panels/AnyTypeClassesPanel.java
@@ -177,7 +177,7 @@ public class AnyTypeClassesPanel extends TypesDirectoryPanel<
             public void onClick(final AjaxRequestTarget target, final AnyTypeClassTO ignore) {
                 try {
                     AnyTypeClassRestClient.delete(model.getObject().getKey());
-                    SyncopeConsoleSession.get().success(Constants.OPERATION_SUCCEEDED);
+                    SyncopeConsoleSession.get().success(getString(Constants.OPERATION_SUCCEEDED));
                     target.add(container);
                 } catch (Exception e) {
                     LOG.error("While deleting {}", model.getObject(), e);