andrea-patricelli commented on code in PR #363:
URL: https://github.com/apache/syncope/pull/363#discussion_r966782665


##########
client/idrepo/console/src/main/java/org/apache/syncope/client/console/pages/Realms.java:
##########
@@ -197,8 +197,8 @@ protected void onClickTemplate(final AjaxRequestTarget 
target) {
         @Override
         protected void setWindowClosedReloadCallback(final BaseModal<?> modal) 
{
             modal.setWindowClosedCallback(target -> {
-                if (modal.getContent() instanceof ResultPage) {
-                    Serializable result = 
ResultPage.class.cast(modal.getContent()).getResult();
+                if (modal.getContent() instanceof ResultPanel) {
+                    Object result = 
ResultPanel.class.cast(modal.getContent()).getResult();

Review Comment:
   going to find a workaround



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to