-
Notifications
You must be signed in to change notification settings - Fork 24
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-18325] Show orgunit selector in the new event form #3879
Open
henrikmv
wants to merge
30
commits into
master
Choose a base branch
from
hv/feat/DHIS2-18325_showOrgUnitSelectorInNewEventForm
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: [DHIS2-18325] Show orgunit selector in the new event form #3879
henrikmv
wants to merge
30
commits into
master
from
hv/feat/DHIS2-18325_showOrgUnitSelectorInNewEventForm
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_showOrgUnitSelectorInNewEventForm
🚀 Deployed on https://deploy-preview-3879.capture.netlify.dhis2.org |
…_showOrgUnitSelectorInNewEventForm
…_showOrgUnitSelectorInNewEventForm
...ents/WidgetEnrollmentEventNew/DataEntry/fieldValidators/orgUnit.validatorContainersGetter.js
Outdated
Show resolved
Hide resolved
..._modules/capture-core/components/WidgetEnrollmentEventNew/SavingText/SavingText.component.js
Outdated
Show resolved
Hide resolved
src/core_modules/capture-core/components/FormFields/New/HOC/withCenterPoint.js
Outdated
Show resolved
Hide resolved
src/core_modules/capture-core/components/WidgetEnrollmentEventNew/Validated/useLifecycle.js
Outdated
Show resolved
Hide resolved
JoakimSM
force-pushed
the
hv/feat/DHIS2-18325_showOrgUnitSelectorInNewEventForm
branch
from
January 20, 2025 15:15
b0eea46
to
a4bf697
Compare
JoakimSM
approved these changes
Jan 21, 2025
henrikmv
added
e2e record
Apply this label to a pull request to trigger recording of E2E tests on Cypress Cloud
testing
and removed
testing
labels
Jan 21, 2025
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
simonadomnisoru
approved these changes
Jan 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
e2e record
Apply this label to a pull request to trigger recording of E2E tests on Cypress Cloud
testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DHIS2-18325
Integrated an organisational unit selector within the Report tab.
Made the organisational unit field mandatory and implemented validation within the form.
Blocked changes to the organisational unit field in the context selector on the "New Event" page by setting the new isReadOnly property to true.
Enabled automatic selection of the organisational unit in the "New Event" form when an organisational unit is selected in the context selector.
Removed Cypress tests for clearing the organisational unit on the "New Event" page since this action is now blocked.
The rules engine was managed by @JoakimSM.