Samuel Garofalo created SYNCOPE-1972:
----------------------------------------
Summary: Can't set security question/answer on enduser
Key: SYNCOPE-1972
URL: https://issues.apache.org/jira/browse/SYNCOPE-1972
Project: Syncope
Issue Type: Bug
Components: enduser
Affects Versions: 4.1.1
Reporter: Samuel Garofalo
Fix For: 4.1.2, 5.0.0
To reproduce the error:
* login on enduser
* choose Security question
* a RuntimeException in thrown with this error message:
{code:java}
Last cause: Property could not be resolved for class: class
org.apache.syncope.common.lib.to.UserTO expression: securityAnswer
WicketMessage: An error occurred while getting the model object for Component:
[AutoCompleteTextField [Component id = textField, page =
org.apache.syncope.client.enduser.pages.EditSecurityQuestion, path =
body:contentWrapper:content:securityQuestionForm:securityAnswer:textField, type
=
org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField,
isVisible = true, isVersioned = false, markup = [markup =
jar:file:/home/ilgrosso/redeploy/syncope-standalone-4.1.2-SNAPSHOT/apache-tomcat-10.1.55/webapps/syncope-enduser/WEB-INF/lib/syncope-client-idrepo-common-ui-4.1.2-SNAPSHOT.jar!/org/apache/syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.html
<input type="text" class="form-control mb-3" wicket:id="textField"
placeholder=""/>, index = 0, current = '<input type="text" class="form-control
mb-3" wicket:id="textField" placeholder=""/>' (line 0, column 0)]]]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)