-
Notifications
You must be signed in to change notification settings - Fork 26
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
Changing variable type of user variable can crash the form editor #4727
Labels
bug
Something isn't working
needs-backport
Fix must be backported to stable release branch
owner: den-haag
Milestone
Comments
LaurensBurger
added
bug
Something isn't working
triage
Issue needs to be validated. Remove this label if the issue considered valid.
owner: den-haag
labels
Oct 3, 2024
joeribekker
removed
the
triage
Issue needs to be validated. Remove this label if the issue considered valid.
label
Oct 21, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
9 tasks
9 tasks
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added
the
needs-backport
Fix must be backported to stable release branch
label
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 28, 2024
robinmolen
added a commit
that referenced
this issue
Oct 29, 2024
robinmolen
added a commit
that referenced
this issue
Oct 29, 2024
robinmolen
added a commit
that referenced
this issue
Nov 7, 2024
robinmolen
added a commit
that referenced
this issue
Nov 7, 2024
sergei-maertens
pushed a commit
that referenced
this issue
Nov 8, 2024
sergei-maertens
pushed a commit
that referenced
this issue
Nov 8, 2024
sergei-maertens
pushed a commit
that referenced
this issue
Nov 8, 2024
sergei-maertens
pushed a commit
that referenced
this issue
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
needs-backport
Fix must be backported to stable release branch
owner: den-haag
Product versie / Product version
any
Customer reference
DH 698
Omschrijf het probleem / Describe the bug
When a user variable is changed from: object to array the form builders crashes:
Uncaught TypeError: n.some is not a function
it seems the value of the saved previous type causes this crash, since changing it to [] before switching to array does not crash.
Stappen om te reproduceren / Steps to reproduce
Add a user variable "object" with a value of {} (default)
Save form
Change user variable type to array
Verwacht gedrag / Expected behavior
No response
Screen resolution
None
Device
None
OS
None
Browser
No response
The text was updated successfully, but these errors were encountered: