-
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
SubmissionValueVariables of Forms that reuse a FormDefinition are not recoupled to new FormVariables when the FormDefinition is modified #4900
Labels
Milestone
Comments
stevenbal
added
bug
Something isn't working
triage
Issue needs to be validated. Remove this label if the issue considered valid.
labels
Dec 10, 2024
9 tasks
When this is picked up, we need to make sure that the test is uncommented: https://github.com/open-formulieren/open-forms/pull/4893/files#r1878343807 |
sergei-maertens
added
the
needs-backport
Fix must be backported to stable release branch
label
Dec 12, 2024
sergei-maertens
removed
the
triage
Issue needs to be validated. Remove this label if the issue considered valid.
label
Dec 16, 2024
10 tasks
stevenbal
added a commit
that referenced
this issue
Dec 23, 2024
…ormDefinitions when bulk updating variables
stevenbal
added a commit
that referenced
this issue
Dec 23, 2024
…ormDefinitions when bulk updating variables
stevenbal
added a commit
that referenced
this issue
Dec 23, 2024
…ormDefinitions when bulk updating variables
stevenbal
added a commit
that referenced
this issue
Dec 24, 2024
…ormDefinitions when bulk updating variables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Product versie / Product version
3e7b959 / latest
Customer reference
No response
Omschrijf het probleem / Describe the bug
When you modify a
FormDefinition
that is reused and you save it, the following task is called to repopulate theFormVariables
for otherForms
that use this definition: https://github.com/open-formulieren/open-forms/blob/master/src/openforms/forms/tasks.py#L91. This means that they are deleted and recreated. After thatrecouple_submission_variables_to_form_variables
which recouplesSubmissionValueVariables
of the modifiedForm
to the newly created variables. It seems that such a step is missing for the other forms that reuse this definition howeverStappen om te reproduceren / Steps to reproduce
SubmissionFormVariables
are not linked to aFormVariable
:Verwacht gedrag / Expected behavior
The
SubmissionValueVariables
for other forms should also be recoupled to the newFormVariables
Screen resolution
None
Device
None
OS
None
Browser
No response
The text was updated successfully, but these errors were encountered: