-
Notifications
You must be signed in to change notification settings - Fork 73
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
Fix: advanced search pills #8041
Conversation
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
Your environment is deployed to https://fix-advanced-search-pills.opencrvs.dev |
@@ -165,7 +165,7 @@ export const transformAdvancedSearchLocalStateToStoreData = ( | |||
) { | |||
transformedStoreState.registrationStatuses = | |||
localState.registrationStatuses === RegStatus.Registered | |||
? [RegStatus.Registered, RegStatus.Certified, RegStatus.Issued] | |||
? [RegStatus.Registered, RegStatus.Issued] |
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.
@jamil314 let's keep this as they were previously as I remember there was a requirement that selecting "Registered" in the status dropdown should return all the records that have been registered, which includes both "Certified" & "Issued" ones
No description provided.