You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by Colm O hEigeartaigh <co...@apache.org> on 2013/02/18 15:55:39 UTC

Some Connector property queries

Hi all,

Two questions:

1) When configuring a new Connector in Syncope, the "required" * is only
showing up for a non-multi valued entry. ConnectorModalPage has if
(isArray) { field.removeRequiredLabel(); ...}. Any ideas why it is doing
this? Adding if (required) { field.addRequiredLabel(); } instead seems to
work ok for me.

2) Hovering the mouse over the textfield to see the help message associated
with a message does not work for the multi-valued case. I guess the title
of the FieldPanel does not apply for MultiValueSelectorPanel or something.
Any ideas on this?

Colm.


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Re: Some Connector property queries

Posted by Fabio Martelli <fa...@gmail.com>.
Il giorno 18/feb/2013, alle ore 15.55, Colm O hEigeartaigh ha scritto:

> Hi all,
> 
> Two questions:
> 
> 1) When configuring a new Connector in Syncope, the "required" * is only
> showing up for a non-multi valued entry. ConnectorModalPage has if
> (isArray) { field.removeRequiredLabel(); ...}. Any ideas why it is doing
> this? Adding if (required) { field.addRequiredLabel(); } instead seems to
> work ok for me.

Hi Colm, I cannot find/remember a particular reason for this behavior.
Probably just for look&feel: no so nice a long list of asterisks ... ;)

I think we can make the proposed change.

> 2) Hovering the mouse over the textfield to see the help message associated
> with a message does not work for the multi-valued case. I guess the title
> of the FieldPanel does not apply for MultiValueSelectorPanel or something.
> Any ideas on this?

I think that this is a bug. You should open a new issue.

Best regards,
F.