You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a field in Umbraco Forms is marked as sensitive data you can save the form without any problems. However if you remove the sensitive data flag from this same field, Umbraco throws an Authorization error after saving the changes.
This issue can be reproduced by using a clean install of Umbraco 10.4.0 with Umbraco Forms 10.2.3.
Create a new form
Mark a field as sensitive data
Save the changes
Uncheck the sensitive data toggle on a field
Submit the changes
The text was updated successfully, but these errors were encountered:
Not that I can see from a UI or code perspective I'm afraid - it seems there was simply a bug in a check used to determine if the current user is allowed to remove this flag based on their permissions, that we'll need to patch.
The only option I can see would be to - carefully! - update the information on the form directly in the database - it's in the UFForms table, there's a field called Definition that contains the JSON representation of the form details. You'll find this flag on the field and could update the value.
@AndyButland Okay thanks for the info!
Is there any news on when version 10.2.4 of Umbraco Forms is gonna get released? Or could this take a few weeks?
Whenever a field in Umbraco Forms is marked as sensitive data you can save the form without any problems. However if you remove the sensitive data flag from this same field, Umbraco throws an Authorization error after saving the changes.
This issue can be reproduced by using a clean install of Umbraco 10.4.0 with Umbraco Forms 10.2.3.
The text was updated successfully, but these errors were encountered: