-
Bug
-
Resolution: Fixed
-
Major
-
2.2
-
None
-
None
I have 4 user preferences :
- name
- date
- password
In a same page I added 2 services of user preferences :
- one with email and date
- another with name
- I do not select password
When saving one of the forms, I get a NPE in logs.
Caused by: java.lang.NullPointerException at org.ametys.runtime.plugins.core.userpref.UserPreferencesExtensionPoint.validatePreferences(UserPreferencesExtensionPoint.java:185) at org.ametys.runtime.plugins.core.userpref.SetUserPreferencesAction.act(SetUserPreferencesAction.java:91) at org.ametys.web.userpref.SetFOUserPreferencesAction.act(SetFOUserPreferencesAction.java:62)
- Conditionne
-
RUNTIME-569 [User preferences] If user prefs are not edited in a same form, they are lost
- Closed