-
Notifications
You must be signed in to change notification settings - Fork 92
Fix bugs on 'Certified' action modal #10638
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
Conversation
|
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
| eventConfig={eventConfig} | ||
| fields={page.fields} | ||
| id="locationForm" | ||
| id="pagesSection" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated change just for better id.
| }) => { | ||
| const { setAllTouchedFields, touchedFields: initialTouchedFields } = | ||
| useEventFormData() | ||
| const { setAllTouchedFields, touchedFields } = useEventFormData() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated change, no need to rename value.
...ues/EventOverview/components/EventHistory/EventHistoryDialog/components/PrintCertificate.tsx
Show resolved
Hide resolved
|
Tests passed here: https://github.com/opencrvs/e2e/actions/runs/18345477566 Failing storybook test is not related to this PR, see this discussion |
Description
Resolves: #10583
CC: opencrvs/opencrvs-countryconfig#1066
E2e tests: opencrvs/opencrvs-farajaland#1739
Bug 3 was spinned off to its own issue due to being surprisingly complex: #10654
isEmptyValue()check to modal row filter. This fixes bug 1.required: trueto the generated verification page field to display 'No' value. This fixes Bug 2._in field ids, as they could cause issues with out Formik transformations. This fixes Bug 4.Checklist