Skip to content

fix: typing in action type filter [DHIS2-21327]#894

Open
Sharmyn28 wants to merge 40 commits into
masterfrom
DHIS2-21327
Open

fix: typing in action type filter [DHIS2-21327]#894
Sharmyn28 wants to merge 40 commits into
masterfrom
DHIS2-21327

Conversation

@Sharmyn28
Copy link
Copy Markdown
Collaborator

@Sharmyn28 Sharmyn28 commented Apr 27, 2026

Fix search action type filter for Program Rule Action

DHIS2-21327

Program Rule Action type

image

Sharmyn28 and others added 30 commits March 24, 2026 16:41
…818)

* feat(organisation-units): add organisation unit group filter to list (DHIS2-20280)

- Add organisation unit group filter to Organisation Unit tree list page
- Filter bar shows OrganisationUnitGroupFilter alongside search; filter applied via API
- useFilteredOrgUnits accepts organisationUnitGroupId; list shows loader only while refetching


* fix: multiple loading

* chore: remove unrelated changes

* fix(organisation-units): clear filters + loading state (DHIS2-20280)

- Add clear-all-filters button for org unit list filters\n- Restore loader/empty-state behaviour during filtering\n- Avoid double loaders in table


* test: fix test

* fix: trigger release (#841)

* chore(release): cut 0.150.3 [skip release]

## [0.150.3](v0.150.2...v0.150.3) (2026-03-24)

### Bug Fixes

* trigger release ([#841](#841)) ([537b37a](537b37a))
* **program-stage:** program stage form improvements ([#831](#831)) ([a43c0c2](a43c0c2))

* test(programIndicatorGroups): fix sorting tests

---------

Co-authored-by: Thomas Zemp <tom@dhis2.org>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
* feat: stop sharing modal event propagation

* fix: cleanup dependencies
* feat: cloning base examples

* feat: rearrange cloning according to provided designs

* feat: add no duplication notice box and loading error warning

* fix: spelling
* fix: trigger release (#841)

* chore(release): cut 0.150.3 [skip release]

## [0.150.3](v0.150.2...v0.150.3) (2026-03-24)

### Bug Fixes

* trigger release ([#841](#841)) ([537b37a](537b37a))
* **program-stage:** program stage form improvements ([#831](#831)) ([a43c0c2](a43c0c2))

* fix(breadcrumb): show current page on list pages, remove trailing slash, style fix

* fix(breadcrumb): optional breadcrumbLabel override for overview pages

* fix(lists): remove section list title

* fix(layout): move breadcrumbs outside main layout container

* fix(breadcrumb): show object name in edit route breadcrumbItem

* fix(sidebar): use plural title for sidebar links

* chore: test fixes

* fix: return null when no id available for edit breadcrumb

* fix(constants): change label Programs and Tracker to Programs

* fix(breadcrumb): disable i18n escape for edit breadcrumb

* chore: revert changelog.md and package.json changes from master

---------

Co-authored-by: Thomas Zemp <tom@dhis2.org>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Flaminia Cavallo <flaminia@dhis2.org>
* fix: editable input wrapper component

* fix: add inputWrapper prop to ModelSingleSelectField

* fix: use editableInputWrapper instead of editableFieldWrapper across all forms

* refactor: inputWrapper callbacks instead of inline definition

* refactor: readonly props

* feat: add model single select refrasheble field component

* fix: filename typo

---------

Co-authored-by: Flaminia Cavallo <flaminia@dhis2.org>
* feat: keep location search params in default cancel button link

* fix: default query params to empty string
fix: cursor in program rule builder expression [DHIS2-21199]
* fix: trigger release (#841)

* chore(release): cut 0.150.3 [skip release]

## [0.150.3](v0.150.2...v0.150.3) (2026-03-24)

### Bug Fixes

* trigger release ([#841](#841)) ([537b37a](537b37a))
* **program-stage:** program stage form improvements ([#831](#831)) ([a43c0c2](a43c0c2))

* fix(programs): event program label consistency

* chore: revert changelog.md and package.json changes from master

---------

Co-authored-by: Thomas Zemp <tom@dhis2.org>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
fix: disable focus trap in drawer content [DHIS2-21063]
* feat: add analytics table hook list

* feat: clean up

* fix: revert

* feat: add overrideDefaultAvailable flag
* fix: priority field allows negative numbers

* feat: update help text

* feat: change minimum value for priority field from 0 to 1

* feat: update priority validation to require a minimum of 1
* feat: add analytics table hook list

* feat: add analytics table hook form

* feat: clean up

* fix: revert

* feat: enhance analytics table hook form validation and state management

* feat: add new constants for analytics table hooks and enhance form validation

* feat: clean up

* feat: add tests for analytics table hook form

* feat: add overrideDefaultAvailable flag

* feat: add fields to fields folder

* fix: format

* feat: remove unused advanced section from analytics table hook form

* feat: improved state management and blur handling for analytics and resource table types

* fix: sonar qube

* test: add contract tests

* test: remove contract tests

* fix: review

---------

Co-authored-by: Flaminia Cavallo <flaminia@dhis2.org>
* feat: make all PR selects searchable and remove the required in labels

* fix: remove unused imports

* fix: small review fix
henrikmv and others added 9 commits April 21, 2026 12:03
* feat: add data approval workflow form

* fix: review clean up

* fix: sonar qube
* fix: add data approval level form

* test: add  tests for data approval level form

* feat: add fields to fields folder

* fix: sonar qube

* feat: add clearable option to CategoryOptionGroupSetField

* fix: dublicate import

* fix: change parsing method in PriorityField from float to integer

* fix: phaseField component validation
fix: cursor in program rules and list view [DHIS2-21351]
* feat: add cloning for categories

* chore: update translation strings and improve categories field handling

* refactor: update type definition and clean up category combo

* fix: test failing
fix: cursor in objects in the list view [DHIS2-21351]
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 27, 2026

Deploy Preview for dhis2-maintenance-app-beta ready!

Name Link
🔨 Latest commit 97e013a
🔍 Latest deploy log https://app.netlify.com/projects/dhis2-maintenance-app-beta/deploys/69ef4f2ef11dd90008cf5d4f
😎 Deploy Preview https://deploy-preview-894.maintenance-app-beta.netlify.dhis2.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sonarqubecloud
Copy link
Copy Markdown

@Sharmyn28 Sharmyn28 changed the title fix: typing in action type filter [DHIS2-21314] fix: typing in action type filter [DHIS2-21327] Apr 27, 2026
Base automatically changed from dev to master May 6, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants