-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to save form containing Data Consent after upgrade from V9 #794
Comments
Thanks @AaronSadlerUK - I spotted this one myself yesterday (there's an issue here with the nullability constraints added in V10, where for field types that don't have prevalues we expect to an empty array and not null. I've ensured this is the case for the next patch release. |
10.0.1, including a fix for this issue, is released now to NuGet . |
@AndyButland sorry to re-open this, but I am still getting the same issue on 10.0.1 |
Hmm... would you mind just checking please that you don't have something cached (as the fix was in the JavaScript)? |
Which file was changed so I can compare :) |
|
Ha! I needed to purge the CDN 😅 I wonder why the update didn't bump smidge 🤔 |
did you bump your assembly version ? |
I have forms in my site which I have upgraded from V9 to V10.
Prior to the upgrade I was able to edit and save forms successfully.
Since the V10 upgrade any forms containing Data Consent fields fail to save, with the following error returned:
If I remove all the Data Consent fields and then re-add them to the form, I am able to save the form however any data associated with the previous fields is lost (not ideal with data consent fields!)
The text was updated successfully, but these errors were encountered: