You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/05/24 09:17:04 UTC

[jira] [Commented] (SYNCOPE-1090) Error defining clause to search for group owners

    [ https://issues.apache.org/jira/browse/SYNCOPE-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022587#comment-16022587 ] 

ASF subversion and git services commented on SYNCOPE-1090:
----------------------------------------------------------

Commit 87ac9bccbb9fab9003f36c1301ac72fade05ab16 in syncope's branch refs/heads/master from [~fmartelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=87ac9bc ]

[SYNCOPE-1090] provides Type emptyness control


> Error defining clause to search for group owners
> ------------------------------------------------
>
>                 Key: SYNCOPE-1090
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1090
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 2.0.3
>            Reporter: fabio martelli
>            Assignee: fabio martelli
>             Fix For: 2.0.4, 2.1.0
>
>
> In order to search for users to select a group owner an exception occurs executing the following steps.
> 1. edit group
> 2. go to group oner tab
> 3. click + to start to define a user search clause 
> 4. select Attribute in the first combo
> 5. select an attribute in the second one
> 6. come back to the first one and select "Chose One"
> The following exception occurs at the step 6.
> java.lang.IllegalArgumentException: No enum constant org.apache.syncope.client.console.panels.search.SearchClause.Type.
>      at java.lang.Enum.valueOf(Enum.java:238)
>      at org.apache.syncope.client.console.panels.search.SearchClause$Type.valueOf(SearchClause.java:38)
>      at org.apache.syncope.client.console.panels.search.SearchClausePanel$10.onUpdate(SearchClausePanel.java:438)
> ....



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)