-
Notifications
You must be signed in to change notification settings - Fork 92
Replace EventStatus VALIDATED with flag 'validated' #11226
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:
|
| // @TODO: This is a temporary measure, until the VALIDATE-action is turned in to a custom action. | ||
| // At that point we should remove all logic and mentions of the validate action in core. | ||
| // Related issue: https://github.com/opencrvs/opencrvs-core/issues/11225 |
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.
This is also the reason why 'Validated' was not made into a InherentFlag or any constant in core
|
Your environment is deployed to https://ocrvs-10267-b.e2e-k8s.opencrvs.dev |
...rc/v2-events/features/workqueues/EventOverview/components/useAllowedActionConfigurations.tsx
Outdated
Show resolved
Hide resolved
|
Will merge as only the form-state.spec.ts test failed, which is failing currently on all PRs: |
Description
CC PR: opencrvs/opencrvs-countryconfig#1167
Farajaland PR: opencrvs/opencrvs-farajaland#1856
Resolves: #10267
Also fix bug: #11224
We have an issue about removing the VALIDATE-action altogether and replacing it with a custom action here:
#11225
Checklist