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

Product prefill configuration modal: integrate with backend #4693

Open
9 tasks done
Tracked by #4266
stevenbal opened this issue Sep 23, 2024 · 0 comments · May be fixed by #4799
Open
9 tasks done
Tracked by #4266

Product prefill configuration modal: integrate with backend #4693

stevenbal opened this issue Sep 23, 2024 · 0 comments · May be fixed by #4799

Comments

@stevenbal
Copy link
Contributor

stevenbal commented Sep 23, 2024

Remaining points from #4610 (issue #4608) to ensure the PR doesn't hang for too long

  • once https://github.com/open-formulieren/open-forms/pull/4620/files is merged
    • implement save
    • uses objecttypeUuid instead of objecttype (which is used by the registration endpoint and in the ObjectType fields)
  • modal objecttype select menuPlacement makes it open top, leaving 5th option under header
  • implement copy from button
  • default selected objecttype doesnt cause options to be populated because wrong objecttype is loaded?
  • check if on error data is still filled in
  • failure when fetching objecttypes doesnt go away when switching group
  • add storybook for copy button
@stevenbal stevenbal added this to the Release 3.0 milestone Sep 23, 2024
@stevenbal stevenbal self-assigned this Sep 23, 2024
stevenbal added a commit that referenced this issue Sep 23, 2024
this is the initial implementation, it is not yet fully functional, since it relies on backend changes that are not merged yet.
It will be connected with the backend in #4693
stevenbal added a commit that referenced this issue Sep 30, 2024
this is the initial implementation, it is not yet fully functional, since it relies on backend changes that are not merged yet.
It will be connected with the backend in #4693
stevenbal added a commit that referenced this issue Sep 30, 2024
this is the initial implementation, it is not yet fully functional, since it relies on backend changes that are not merged yet.
It will be connected with the backend in #4693
sergei-maertens pushed a commit that referenced this issue Oct 7, 2024
this is the initial implementation, it is not yet fully functional, since it relies on backend changes that are not merged yet.
It will be connected with the backend in #4693
sergei-maertens pushed a commit that referenced this issue Oct 7, 2024
this is the initial implementation, it is not yet fully functional, since it relies on backend changes that are not merged yet.
It will be connected with the backend in #4693
robinmolen pushed a commit that referenced this issue Oct 15, 2024
this is the initial implementation, it is not yet fully functional, since it relies on backend changes that are not merged yet.
It will be connected with the backend in #4693
@stevenbal stevenbal linked a pull request Oct 28, 2024 that will close this issue
9 tasks
stevenbal added a commit that referenced this issue Oct 29, 2024
that allows the user to copy the configuration used by the Form's registration backend
stevenbal added a commit that referenced this issue Oct 29, 2024
that allows the user to copy the configuration used by the Form's registration backend
stevenbal added a commit that referenced this issue Oct 29, 2024
that allows the user to copy the configuration used by the Form's registration backend
stevenbal added a commit that referenced this issue Oct 29, 2024
that allows the user to copy the configuration used by the Form's registration backend
stevenbal added a commit that referenced this issue Oct 29, 2024
* remove unnecessary prefill prefix from options in javascript code
* remove trailing comments
* use variable for computed name in VariableMapping
* add dropdown to select a registration backend instead of always picking first
* also copy variablesmapping when clicking copy button
stevenbal added a commit that referenced this issue Oct 29, 2024
* remove unnecessary prefill prefix from options in javascript code
* remove trailing comments
* use variable for computed name in VariableMapping
* add dropdown to select a registration backend instead of always picking first
* also copy variablesmapping when clicking copy button
stevenbal added a commit that referenced this issue Nov 4, 2024
that allows the user to copy the configuration used by the Form's registration backend
stevenbal added a commit that referenced this issue Nov 4, 2024
* remove unnecessary prefill prefix from options in javascript code
* remove trailing comments
* use variable for computed name in VariableMapping
* add dropdown to select a registration backend instead of always picking first
* also copy variablesmapping when clicking copy button
* use setValues to set formik values at once, instead of multiple calls of setFieldValue
stevenbal added a commit that referenced this issue Nov 4, 2024
sergei-maertens pushed a commit that referenced this issue Nov 12, 2024
that allows the user to copy the configuration used by the Form's registration backend
sergei-maertens pushed a commit that referenced this issue Nov 12, 2024
* remove unnecessary prefill prefix from options in javascript code
* remove trailing comments
* use variable for computed name in VariableMapping
* add dropdown to select a registration backend instead of always picking first
* also copy variablesmapping when clicking copy button
* use setValues to set formik values at once, instead of multiple calls of setFieldValue
sergei-maertens pushed a commit that referenced this issue Nov 18, 2024
that allows the user to copy the configuration used by the Form's registration backend
sergei-maertens pushed a commit that referenced this issue Nov 18, 2024
* remove unnecessary prefill prefix from options in javascript code
* remove trailing comments
* use variable for computed name in VariableMapping
* add dropdown to select a registration backend instead of always picking first
* also copy variablesmapping when clicking copy button
* use setValues to set formik values at once, instead of multiple calls of setFieldValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Implemented
Development

Successfully merging a pull request may close this issue.

1 participant