diff --git a/spp_disability_registry/README.rst b/spp_disability_registry/README.rst index 3030a353..9df08b46 100644 --- a/spp_disability_registry/README.rst +++ b/spp_disability_registry/README.rst @@ -52,6 +52,16 @@ Key Features Changelog ========= +19.0.3.0.1 +~~~~~~~~~~ + +- fix(disability_registry): remove the "Disability / No Disability" + status smart button from the registrant form. It read "No Disability" + whenever no approved assessment crossed the WG/CFM threshold, which + was misleading for people who had an approved assessment recording an + impairment — the full status is already shown on the Disability tab + and its Assessment History (#1129) + 19.0.3.0.0 ~~~~~~~~~~ diff --git a/spp_disability_registry/__manifest__.py b/spp_disability_registry/__manifest__.py index fabf5bf9..99c79462 100644 --- a/spp_disability_registry/__manifest__.py +++ b/spp_disability_registry/__manifest__.py @@ -1,6 +1,6 @@ { "name": "OpenSPP Disability Registry", - "version": "19.0.3.0.0", + "version": "19.0.3.0.1", "category": "OpenSPP", "summary": "Disability assessment and registry management for social protection", "author": "OpenSPP.org", diff --git a/spp_disability_registry/readme/HISTORY.md b/spp_disability_registry/readme/HISTORY.md index 0593aeeb..900b6760 100644 --- a/spp_disability_registry/readme/HISTORY.md +++ b/spp_disability_registry/readme/HISTORY.md @@ -1,3 +1,7 @@ +### 19.0.3.0.1 + +- fix(disability_registry): remove the "Disability / No Disability" status smart button from the registrant form. It read "No Disability" whenever no approved assessment crossed the WG/CFM threshold, which was misleading for people who had an approved assessment recording an impairment — the full status is already shown on the Disability tab and its Assessment History (#1129) + ### 19.0.3.0.0 - feat(disability_registry): age-driven assessment type selection with manual override (#1050) diff --git a/spp_disability_registry/static/description/index.html b/spp_disability_registry/static/description/index.html index 5a3db226..2f7a5bfd 100644 --- a/spp_disability_registry/static/description/index.html +++ b/spp_disability_registry/static/description/index.html @@ -402,6 +402,17 @@