Skip to content
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

Merged
merged 8 commits into from
Nov 25, 2024
Merged

Fix: advanced search pills #8041

merged 8 commits into from
Nov 25, 2024

Conversation

jamil314
Copy link
Collaborator

No description provided.

Copy link

Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:

  • Changelog is read by country implementors who might not always be familiar with all technical details of OpenCRVS. Keep language high-level, user friendly and avoid technical references to internals.
  • Answer "What's new?", "Why was the change made?" and "Why should I care?" for each change.
  • If it's a breaking change, include a migration guide answering "What do I need to do to upgrade?".

@jamil314 jamil314 added the 🚀 Ready to deploy Deployment automation should pick this PR up and start auto-deploying it label Nov 21, 2024
@github-actions github-actions bot temporarily deployed to fix-advanced-search-pills November 21, 2024 13:59 Inactive
@jamil314 jamil314 temporarily deployed to fix-advanced-search-pills November 21, 2024 14:01 — with GitHub Actions Inactive
@ocrvs-bot
Copy link
Collaborator

Your environment is deployed to https://fix-advanced-search-pills.opencrvs.dev

@jamil314 jamil314 temporarily deployed to fix-advanced-search-pills November 22, 2024 06:09 — with GitHub Actions Inactive
@@ -165,7 +165,7 @@ export const transformAdvancedSearchLocalStateToStoreData = (
) {
transformedStoreState.registrationStatuses =
localState.registrationStatuses === RegStatus.Registered
? [RegStatus.Registered, RegStatus.Certified, RegStatus.Issued]
? [RegStatus.Registered, RegStatus.Issued]
Copy link
Collaborator

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

@jamil314 jamil314 temporarily deployed to fix-advanced-search-pills November 25, 2024 06:56 — with GitHub Actions Inactive
@jamil314 jamil314 deployed to fix-advanced-search-pills November 25, 2024 14:12 — with GitHub Actions Active
@jamil314 jamil314 enabled auto-merge (squash) November 25, 2024 14:13
@jamil314 jamil314 merged commit 7763701 into develop Nov 25, 2024
67 checks passed
@Zangetsu101 Zangetsu101 deleted the fix-advanced-search-pills branch November 25, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Ready to deploy Deployment automation should pick this PR up and start auto-deploying it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants