-
Notifications
You must be signed in to change notification settings - Fork 71
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
Remove deleted data model from signing tasks #13105
Labels
added-to-sprint
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
kind/bug
Used when there is a defect / something is not working as it should.
status/triage
Comments
mlqn
added
kind/bug
Used when there is a defect / something is not working as it should.
status/triage
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
added-to-sprint
labels
Jul 5, 2024
mlqn
added
the
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
label
Jul 5, 2024
3 tasks
3 tasks
Tested OK in dev:
Tested OK, but unsure about correct behaviour here:
In this case I would expect the data type to be updated, rather than removed. |
Nice catch! This PR will fix the issue: #13357 |
Re-tested this now with changing FileUpload component, it now updates the data type in the signing task as expected! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
added-to-sprint
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
kind/bug
Used when there is a defect / something is not working as it should.
status/triage
Description of the bug
Deleting a data model or a component or should remove the deleted data types from the
dataTypesToSign
properties.EDIT: Updating a component id should also update the data types of the
dataTypesToSign
properties.Steps To Reproduce
delete-data-model.mov
Additional Information
No response
The text was updated successfully, but these errors were encountered: