I found nothing in the logs. Set everything to debug. No warnings or errors. Using version 2.1.2 of Syncope.
Did some experimenting and this is what I found: 1. Using the patch method. - The accountReviewDate was read only and a patch will not set a read only value. If the read only flag is reviewed then the value is written to the database. - Neither value will display in the console (accountExpiryDate or accountReviewDate) when editing a user. - If you edit the blank field in the console (accountExpiryDate), a second entry is written to the database (uplainattr and uplainaatrvalue). These values now show up in the console. 2. Using UserDAO to save the values (no patch). - Both values are written to the database even the read only field. - Two values are written for the read only field (accountReviewDate). - The read field displays in the console (accountReviewDate) but the other field does not (accountExpiryDate). - Editing and saving a new value for accountExpiryDate writes a new value to the database and that value if visible in the console. -- Sent from: http://syncope-user.1051894.n5.nabble.com/
