[
https://issues.apache.org/jira/browse/SYNCOPE-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176870#comment-14176870
]
Nicola Baiocco commented on SYNCOPE-571:
----------------------------------------
The error seems into component ajax refresh, ResourceConnConfPanel in check
does:
{code}
target.add(((BaseModalPage) getPage()).getFeedbackPanel());
{code}
instead of:
{code}
((BaseModalPage) getPage()).getFeedbackPanel().refresh(target);
{code}
> ResourceConnConfPanel feedback panel does not work
> --------------------------------------------------
>
> Key: SYNCOPE-571
> URL: https://issues.apache.org/jira/browse/SYNCOPE-571
> Project: Syncope
> Issue Type: Bug
> Components: console
> Affects Versions: 1.2.0
> Reporter: Nicola Baiocco
> Priority: Minor
>
> Steps to reproduce:
> 1) edit one resource;
> 2) click on "connector properties";
> 3) click on "check connection"
> feedback panel with feedback message is not visible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)