Description
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)
....