Skip to content
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

Updating service fetch configuration in the form editor causes problems #3975

Closed
SilviaAmAm opened this issue Mar 6, 2024 · 1 comment · Fixed by #3979
Closed

Updating service fetch configuration in the form editor causes problems #3975

SilviaAmAm opened this issue Mar 6, 2024 · 1 comment · Fixed by #3979
Assignees
Labels
bug Something isn't working needs-backport Fix must be backported to stable release branch

Comments

@SilviaAmAm
Copy link
Contributor

Product versie / Product version

2.4.2

Omschrijf het probleem / Describe the bug

Observed on Den Haag ACC environment.

The service fetch action had the following JSON:

{
  "component": "",
  "variable": "result",
  "formStep": "",
  "formStepUuid": null,
  "action": {
    "type": "fetch-from-service",
    "value": "1"
  }
}

And updating the service in the modal changed it to:

{
  "component": "",
  "variable": "result",
  "formStep": "",
  "formStepUuid": null,
  "action": {
    "type": "fetch-from-service",
    "value": "1"
  },
  "fetchConfiguration": {
    "existing": "9"
  }
}

But then upon saving the form, the initial JSON was not updated.

Stappen om te reproduceren / Steps to reproduce

No response

Verwacht gedrag / Expected behavior

No response

Screen resolution

None

Device

None

OS

None

Browser

No response

@SilviaAmAm SilviaAmAm added bug Something isn't working needs-backport Fix must be backported to stable release branch triage Issue needs to be validated. Remove this label if the issue considered valid. labels Mar 6, 2024
@SilviaAmAm SilviaAmAm self-assigned this Mar 6, 2024
@SilviaAmAm
Copy link
Contributor Author

Related: #3052

SilviaAmAm added a commit that referenced this issue Mar 6, 2024
SilviaAmAm added a commit that referenced this issue Mar 7, 2024
@joeribekker joeribekker removed the triage Issue needs to be validated. Remove this label if the issue considered valid. label Mar 11, 2024
SilviaAmAm added a commit that referenced this issue Mar 11, 2024
SilviaAmAm added a commit that referenced this issue Mar 11, 2024
SilviaAmAm added a commit that referenced this issue Mar 11, 2024
sergei-maertens pushed a commit that referenced this issue Mar 13, 2024
sergei-maertens added a commit that referenced this issue Mar 13, 2024
Use fully qualified python paths so that the appropriate hyperlinks
can be generated (e.g. point to the zgw-consumers documentation through
intersphinx configuration).
sergei-maertens added a commit that referenced this issue Mar 13, 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
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants