-
Notifications
You must be signed in to change notification settings - Fork 75
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
[WIP] Correction stories b #8435
Conversation
Co-authored-by: Markus Laurila <[email protected]>
…re into events-v2-storybook
… fails to install it even when it prints out success
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
Your environment is deployed to https://correction-stories-b.opencrvs.dev |
packages/client/src/v2-events/components/forms/FormFieldGenerator.tsx
Outdated
Show resolved
Hide resolved
|
||
if (!actionConfiguration) { | ||
throw new Error( | ||
'User got to a request correction flow without no configuration defined for this action' |
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.
could log out eventId, pageId,actionType
import { AppRouter } from '@client/v2-events/trpc' | ||
import { router } from './router' | ||
import { useCorrectionRequestData } from './useCorrectionRequestData' | ||
import * as Request from '.' |
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.
Should work almost all the time. maybe if linting could be used to use the filename
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.
Yea, not the most obvious import syntax
packages/events/src/service/events/actions/reject-correction.ts
Outdated
Show resolved
Hide resolved
...rc/v2-events/features/events/actions/correct/request/AdditionalDetails/AdditionalDetails.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Markus Laurila <[email protected]> Co-authored-by: Riku Rouvila <[email protected]>
Country config: opencrvs/opencrvs-countryconfig#383