From 46a144ecd9ca189499589f612aa8e9b708755d99 Mon Sep 17 00:00:00 2001 From: emjay0921 Date: Mon, 6 Jul 2026 17:20:23 +0800 Subject: [PATCH] fix(disability_registry): hide misleading 'No Disability' status smart button (#1129) --- spp_disability_registry/README.rst | 10 ++++++++ spp_disability_registry/__manifest__.py | 2 +- spp_disability_registry/readme/HISTORY.md | 4 +++ .../static/description/index.html | 15 +++++++++-- .../views/registrant_views.xml | 25 ------------------- 5 files changed, 28 insertions(+), 28 deletions(-) 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 @@

Changelog

+

19.0.3.0.1

+ +
+

19.0.3.0.0

-
+

19.0.2.0.1

  • fix(views): apply spp_registry.x2many_no_padding widget to the @@ -426,7 +437,7 @@

    19.0.2.0.1

    when empty (showing a muted info line instead) (#943).
-
+

19.0.2.0.0

  • Initial migration to OpenSPP2
  • diff --git a/spp_disability_registry/views/registrant_views.xml b/spp_disability_registry/views/registrant_views.xml index 3196c212..2879f33a 100644 --- a/spp_disability_registry/views/registrant_views.xml +++ b/spp_disability_registry/views/registrant_views.xml @@ -7,31 +7,6 @@ - -