Skip to content
Open

Dev #850

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.150.3](https://github.com/dhis2/metadata-management-app/compare/v0.150.2...v0.150.3) (2026-03-24)


### Bug Fixes

* trigger release ([#841](https://github.com/dhis2/metadata-management-app/issues/841)) ([537b37a](https://github.com/dhis2/metadata-management-app/commit/537b37a2635189920deb1003fb7fd99eeb624933))
* **program-stage:** program stage form improvements ([#831](https://github.com/dhis2/metadata-management-app/issues/831)) ([a43c0c2](https://github.com/dhis2/metadata-management-app/commit/a43c0c299c3d4d38caa015a511cb8c0e114d916f))

## [0.150.2](https://github.com/dhis2/metadata-management-app/compare/v0.150.1...v0.150.2) (2026-03-24)


Expand Down
73 changes: 67 additions & 6 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2026-03-16T18:45:52.560Z\n"
"PO-Revision-Date: 2026-03-16T18:45:52.560Z\n"
"POT-Creation-Date: 2026-04-01T13:52:40.474Z\n"
"PO-Revision-Date: 2026-04-01T13:52:40.474Z\n"

msgid "schemas"
msgstr "schemas"
Expand Down Expand Up @@ -1978,11 +1978,11 @@ msgstr "Message template"
msgid "Program stage label"
msgstr "Program stage label"

msgid "Due date label"
msgstr "Due date label"
msgid "Scheduled date label"
msgstr "Scheduled date label"

msgid "Execution date label"
msgstr "Execution date label"
msgid "Report date label"
msgstr "Report date label"

msgid "Event label"
msgstr "Event label"
Expand Down Expand Up @@ -2011,6 +2011,18 @@ msgstr "Organisation unit label"
msgid "Relationship label"
msgstr "Relationship label"

msgid "Enrollment label (Plural)"
msgstr "Enrollment label (Plural)"

msgid "Event label (Plural)"
msgstr "Event label (Plural)"

msgid "Program stage label (Plural)"
msgstr "Program stage label (Plural)"

msgid "Names"
msgstr "Names"

msgid "Unknown error"
msgstr "Unknown error"

Expand Down Expand Up @@ -2095,6 +2107,12 @@ msgstr "Factor"
msgid "Program name"
msgstr "Program name"

msgid "Category Combination (PI Disaggregation)"
msgstr "Category Combination (PI Disaggregation)"

msgid "Attribute Combination (PI Disaggregation)"
msgstr "Attribute Combination (PI Disaggregation)"

msgid "Decimals in data output"
msgstr "Decimals in data output"

Expand Down Expand Up @@ -3770,6 +3788,9 @@ msgstr ""
" ' and '\n"
" )}"

msgid "Add a unit inside"
msgstr "Add a unit inside"

msgid "No organisation units available"
msgstr "No organisation units available"

Expand Down Expand Up @@ -4944,6 +4965,9 @@ msgstr "External"
msgid "Group"
msgstr "Group"

msgid "Set up how users can access program data outside their capture scope."
msgstr "Set up how users can access program data outside their capture scope."

msgid "Organisation unit access"
msgstr "Organisation unit access"

Expand All @@ -4953,6 +4977,40 @@ msgstr "Role access"
msgid "Save the program first to set up sharing."
msgstr "Save the program first to set up sharing."

msgid "Open"
msgstr "Open"

msgid "Users can open tracked entities in their search or capture scope."
msgstr "Users can open tracked entities in their search or capture scope."

msgid "Audited"
msgstr "Audited"

msgid ""
"Users can open tracked entities in their search or capture scope. Opening "
"outside capture scope is logged."
msgstr ""
"Users can open tracked entities in their search or capture scope. Opening "
"outside capture scope is logged."

msgid "Protected"
msgstr "Protected"

msgid ""
"Users can open tracked entities in their capture scope. To open outside "
"capture scope (but within search scope), users must give a reason for "
"temporary access. All access is logged."
msgstr ""
"Users can open tracked entities in their capture scope. To open outside "
"capture scope (but within search scope), users must give a reason for "
"temporary access. All access is logged."

msgid "Closed"
msgstr "Closed"

msgid "Users can only open tracked entities in their capture scope."
msgstr "Users can only open tracked entities in their capture scope."

msgid "Notifications"
msgstr "Notifications"

Expand Down Expand Up @@ -5534,6 +5592,9 @@ msgstr "Restore stage"
msgid "Add a program stage"
msgstr "Add a program stage"

msgid "Access Level"
msgstr "Access Level"

msgid "Relationship entity constraint"
msgstr "Relationship entity constraint"

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metadata-management-app",
"version": "0.150.2",
"version": "0.150.3",
"description": "",
"license": "BSD-3-Clause",
"private": true,
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@dhis2/app-runtime": "3.16.0",
"@dhis2/multi-calendar-dates": "^2.1.2",
"@dhis2/ui": "^10.11.0",
"@dhis2/ui": "^10.12.13",
"@tanstack/react-query": "4",
"@tanstack/react-table": "^8.16.0",
"@testing-library/dom": "^10.4.0",
Expand All @@ -63,7 +63,7 @@
"zustand": "^4.4.0"
},
"resolutions": {
"@dhis2/ui": "^10.11.0",
"@dhis2/ui": "^10.12.13",
"@dhis2/app-runtime": "3.16.0"
}
}
35 changes: 17 additions & 18 deletions src/__mocks__/schema/categoriesOptionGroupSetsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@
"oneToOne": false,
"manyToOne": false,
"oneToMany": false,
"href": "https://debug.dhis2.org/dev/api/schemas/program",
"href": "http://localhost:8080/api/schemas/program",
"relativeApiEndpoint": "/programs",
"apiEndpoint": "https://debug.dhis2.org/dev/api/programs",
"apiEndpoint": "http://localhost:8080/api/programs",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -526,9 +526,9 @@
"oneToOne": false,
"manyToOne": false,
"oneToMany": false,
"href": "https://debug.dhis2.org/dev/api/schemas/optionSet",
"href": "http://localhost:8080/api/schemas/optionSet",
"relativeApiEndpoint": "/optionSets",
"apiEndpoint": "https://debug.dhis2.org/dev/api/optionSets",
"apiEndpoint": "http://localhost:8080/api/optionSets",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -619,7 +619,6 @@
"INTEGER_POSITIVE",
"INTEGER_NEGATIVE",
"INTEGER_ZERO_OR_POSITIVE",
"TRACKER_ASSOCIATE",
"USERNAME",
"COORDINATE",
"ORGANISATION_UNIT",
Expand Down Expand Up @@ -830,9 +829,9 @@
"oneToOne": false,
"manyToOne": false,
"oneToMany": false,
"href": "https://debug.dhis2.org/dev/api/schemas/programStage",
"href": "http://localhost:8080/api/schemas/programStage",
"relativeApiEndpoint": "/programStages",
"apiEndpoint": "https://debug.dhis2.org/dev/api/programStages",
"apiEndpoint": "http://localhost:8080/api/programStages",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -868,9 +867,9 @@
"manyToOne": true,
"oneToMany": false,
"owningRole": "org.hisp.dhis.category.CategoryOptionGroupSet.lastUpdatedBy",
"href": "https://debug.dhis2.org/dev/api/schemas/user",
"href": "http://localhost:8080/api/schemas/user",
"relativeApiEndpoint": "/users",
"apiEndpoint": "https://debug.dhis2.org/dev/api/users",
"apiEndpoint": "http://localhost:8080/api/users",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -1112,9 +1111,9 @@
"oneToMany": false,
"owningRole": "org.hisp.dhis.category.CategoryOptionGroupSet.members",
"inverseRole": "org.hisp.dhis.category.CategoryOptionGroup.groupSets",
"href": "https://debug.dhis2.org/dev/api/schemas/categoryOptionGroup",
"href": "http://localhost:8080/api/schemas/categoryOptionGroup",
"relativeApiEndpoint": "/categoryOptionGroups",
"apiEndpoint": "https://debug.dhis2.org/dev/api/categoryOptionGroups",
"apiEndpoint": "http://localhost:8080/api/categoryOptionGroups",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -1150,9 +1149,9 @@
"manyToOne": true,
"oneToMany": false,
"owningRole": "org.hisp.dhis.category.CategoryOptionGroupSet.createdBy",
"href": "https://debug.dhis2.org/dev/api/schemas/user",
"href": "http://localhost:8080/api/schemas/user",
"relativeApiEndpoint": "/users",
"apiEndpoint": "https://debug.dhis2.org/dev/api/users",
"apiEndpoint": "http://localhost:8080/api/users",
"translatable": false,
"gistPreferences": {
"included": "FALSE",
Expand Down Expand Up @@ -1185,9 +1184,9 @@
"oneToOne": false,
"manyToOne": false,
"oneToMany": false,
"href": "https://debug.dhis2.org/dev/api/schemas/legendSet",
"href": "http://localhost:8080/api/schemas/legendSet",
"relativeApiEndpoint": "/legendSets",
"apiEndpoint": "https://debug.dhis2.org/dev/api/legendSets",
"apiEndpoint": "http://localhost:8080/api/legendSets",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -1332,7 +1331,7 @@
"oneToOne": false,
"manyToOne": false,
"oneToMany": false,
"href": "https://debug.dhis2.org/dev/api/schemas/nameableObject",
"href": "http://localhost:8080/api/schemas/nameableObject",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down Expand Up @@ -1365,9 +1364,9 @@
"oneToOne": false,
"manyToOne": false,
"oneToMany": false,
"href": "https://debug.dhis2.org/dev/api/schemas/user",
"href": "http://localhost:8080/api/schemas/user",
"relativeApiEndpoint": "/users",
"apiEndpoint": "https://debug.dhis2.org/dev/api/users",
"apiEndpoint": "http://localhost:8080/api/users",
"translatable": false,
"gistPreferences": {
"included": "AUTO",
Expand Down
Loading
Loading