diff --git a/public/modules/config.json b/public/modules/config.json index 7c3925fb..3d993294 100644 --- a/public/modules/config.json +++ b/public/modules/config.json @@ -1,13 +1,13 @@ { "modules": [ { "id": "dashboards", "revision": 7 }, - { "id": "data-entry", "revision": 7 }, + { "id": "data-entry", "revision": 8 }, { "id": "event-capture", "revision": 7 }, { "id": "event-visualizer", "revision": 7 }, { "id": "data-visualizer", "revision": 7 }, - { "id": "pivot-tables", "revision": 7 }, + { "id": "pivot-tables", "revision": 8 }, { "id": "maps", "revision": 7 }, { "id": "bulk-load", "revision": 7 }, - { "id": "tracker-capture", "revision": 7 } + { "id": "tracker-capture", "revision": 8 } ] } diff --git a/public/modules/data-entry.zip b/public/modules/data-entry.zip index addd3652..dce787b2 100644 Binary files a/public/modules/data-entry.zip and b/public/modules/data-entry.zip differ diff --git a/public/modules/pivot-tables.zip b/public/modules/pivot-tables.zip index b4a8edd6..e72e25d7 100644 Binary files a/public/modules/pivot-tables.zip and b/public/modules/pivot-tables.zip differ diff --git a/public/modules/tracker-capture.zip b/public/modules/tracker-capture.zip index 6781210b..69c261be 100644 Binary files a/public/modules/tracker-capture.zip and b/public/modules/tracker-capture.zip differ diff --git a/src/webapp/components/module-creation-wizard/steps/GeneralInfoStep.tsx b/src/webapp/components/module-creation-wizard/steps/GeneralInfoStep.tsx index 271cd1c8..82396e26 100644 --- a/src/webapp/components/module-creation-wizard/steps/GeneralInfoStep.tsx +++ b/src/webapp/components/module-creation-wizard/steps/GeneralInfoStep.tsx @@ -186,4 +186,5 @@ const dhisVersions = [ { value: "2.40", text: "2.40" }, { value: "2.41", text: "2.41" }, { value: "2.42", text: "2.42" }, + { value: "2.43", text: "2.43" }, ];