feat: [DHIS2-21878] Plural custom terminology fields for Note, Relationship and Attribute - #4664
Open
henrikmv wants to merge 16 commits into
Conversation
henrikmv
marked this pull request as draft
July 23, 2026 08:33
henrikmv
marked this pull request as ready for review
July 23, 2026 11:22
|
🚀 Deployed on https://deploy-preview-4664.capture.netlify.dhis2.org |
henrikmv
marked this pull request as draft
July 25, 2026 20:08
henrikmv
marked this pull request as ready for review
August 6, 2026 11:30
henrikmv
marked this pull request as draft
August 7, 2026 07:25
This reverts commit 823f4e1.
henrikmv
changed the base branch from
master
to
hv/feat/DHIS2-21635_display-custom-teminology
August 7, 2026 08:55
Removed commented line from useProgram.ts.
…_plural-custom-terminology-note-relationship-attribute
…om-teminology' into hv/feat/DHIS2-21878_plural-custom-terminology-note-relationship-attribute
…om-teminology' into hv/feat/DHIS2-21878_plural-custom-terminology-note-relationship-attribute
…om-teminology' into hv/feat/DHIS2-21878_plural-custom-terminology-note-relationship-attribute
henrikmv
marked this pull request as ready for review
August 7, 2026 11:18
…om-teminology' into hv/feat/DHIS2-21878_plural-custom-terminology-note-relationship-attribute
## [106.7.8](v106.7.7...v106.7.8) (2026-08-10) ### Bug Fixes * **translations:** sync translations from transifex (master) ([#4697](#4697)) ([e8bdb2f](e8bdb2f))
simonadomnisoru
approved these changes
Aug 10, 2026
To keep a manageable codebase, we have decided to support only the same version range as the backend. However, in contrast to the backend, we will release new features for all the supported versions as long as we have the backend support. BREAKING CHANGE: Bump version to 107.0.0 to facilitate potential fixes for 2.40.
# [107.0.0](v106.7.8...v107.0.0) (2026-08-11) ### chore * **release:** [DHIS2-21692] stop support for 2.40 ([#4662](#4662)) ([22fa85d](22fa85d)) ### BREAKING CHANGES * **release:** Bump version to 107.0.0 to facilitate potential fixes for 2.40.
…e test (#4683) * test: [DHIS2-13960] re-enable tracker working list assignee filter test DHIS2-13960 was closed as Invalid — the reported /trackedEntities assignee-filter inconsistency was confirmed not to be a real bug. The scenario stayed skipped because it asserts a hardcoded result count, which varies across demo databases (CI returned 4 matching teis where the assertion expects 2). Re-enable it and make it deterministic by stubbing the trackedEntities list response with cy.intercept, so the assertion no longer depends on demo-db content (the same mocking approach used for the bulk-action tests). Program metadata is still loaded from the live instance. Verified locally against 2.43. AI Assisted. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * test: [DHIS2-13960] adapt assertion to real API response instead of stubbing Per review feedback, drop the cy.intercept stub and instead update the assertion to match the actual /trackedEntities response now that DHIS2-13960 is confirmed not a backend bug: 3 matching teis (4 rows incl. header) rather than the previously expected 2. AI Assisted --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
chore: bump rule engine version 3.8.1 -> 3.8.2
…_plural-custom-terminology-note-relationship-attribute
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-21878
This PR extends custom terminology support by adding plural label fields for
noteslabel,relationshipslabel, andtrackedentityattributeslabel.