fabio martelli created SYNCOPE-1090:
---------------------------------------
Summary: 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)