-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: [DHIS2-15906] Add form features for relationship #3432
feat: [DHIS2-15906] Add form features for relationship #3432
Conversation
## [100.41.1](v100.41.0...v100.41.1) (2023-10-09) ### Bug Fixes * [DHIS2-15734] assign effect dynamic formId object key ([#3422](#3422)) ([85f242b](85f242b))
...TEIRelationshipsWidget/TrackedEntityRelationshipsWrapper/hooks/useDataEntryReduxConverter.js
Outdated
Show resolved
Hide resolved
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.
LGTM! I just added a reminder to clean up commented lines of code.
const error = useSelector(({ newRelationshipRegisterTei }) => (newRelationshipRegisterTei.error)); | ||
const selectedScopeId = suggestedProgramId || trackedEntityTypeId; | ||
const { trackedEntityName } = useScopeInfo(selectedScopeId); | ||
const { buildTeiPayload } = useDataEntryReduxConverter({ | ||
/* const { |
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.
There are some commented lines of code in this file. Can you clean them before merging? Thanks!
🚀 Deployed on https://deploy-preview-3432--dhis2-capture.netlify.app |
...e-core/components/DataEntries/EnrollmentRegistrationEntry/hooks/useBuildEnrollmentPayload.js
Outdated
Show resolved
Hide resolved
...modules/capture-core/components/DataEntries/TeiRegistrationEntry/hooks/useBuildTeiPayload.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Joakim Storløkken Melseth <[email protected]>
6016b85
into
eh/feat/DHIS2-12616_CreateNewTrackedEntity
This PR adds: