-
Notifications
You must be signed in to change notification settings - Fork 23
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: [DHIS2-17632][DHIS2-17633] restrict invalid category combo for orgUnit #3738
fix: [DHIS2-17632][DHIS2-17633] restrict invalid category combo for orgUnit #3738
Conversation
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.
Hey @eirikhaugstulen
Looks really good overall 😄 ! I just added some suggestions for renaming some variables. Besides this, is it possible to add some cypress tests for this feature?
Thank you
src/core_modules/capture-core/hooks/useCategoryComboIsValidForOrgUnit.js
Outdated
Show resolved
Hide resolved
src/core_modules/capture-core/components/Pages/MainPage/MainPage.constants.js
Show resolved
Hide resolved
🚀 Deployed on https://deploy-preview-3738--dhis2-capture.netlify.app |
…/DHIS2-17663-restrict-invalid-category-combo
Thanks for the review both of you! Should have fixed all namings and comments now 👍 |
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.
Tested successfully on 2.42,2.41.1.,2.40.5,2.39.7 versions
## [100.76.1](v100.76.0...v100.76.1) (2024-08-09) ### Bug Fixes * [DHIS2-17632][DHIS2-17633] restrict invalid category combo for orgUnit ([#3738](#3738)) ([bfffe06](bfffe06))
🎉 This PR is included in version 100.76.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Tech-summary: