ilgrosso commented on code in PR #363:
URL: https://github.com/apache/syncope/pull/363#discussion_r966780528
##########
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:
Mmmh ok.
Please ensure that neither Core nor Console logs show serialization errors
while using such panel.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]