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
The problem is that a string value in the prefill-dict contains a single quote:
"Prefill.YrkesskadeforsikringNavn": "S'oderberg og Partners"
Steps To Reproduce
Instansiate a new schema with simplified instansiation, HTTP POST request against https://dat.apps.altinn.no/<app-name>/instances/create with a prefill-dict that contains a single quote in a text string:
Description of the bug
Got an error when instansiating schema
dat/bemanning-aarligmelding
with HTTP POST simplified instansiation and this request body:Error:
It seems that the error originate from the following line:
app-lib-dotnet/src/Altinn.App.Core/Implementation/PrefillSI.cs
Line 306 in 723992f
The problem is that a string value in the prefill-dict contains a single quote:
Steps To Reproduce
Instansiate a new schema with simplified instansiation, HTTP POST request against
https://dat.apps.altinn.no/<app-name>/instances/create
with a prefill-dict that contains a single quote in a text string:Additional Information
Altinn.App.Core version 8.3.4
The text was updated successfully, but these errors were encountered: