diff --git a/spp_approval/README.rst b/spp_approval/README.rst index 2c0d29ab2..0bbe37d19 100644 --- a/spp_approval/README.rst +++ b/spp_approval/README.rst @@ -157,6 +157,16 @@ Dependencies Changelog ========= +19.0.2.0.2 +~~~~~~~~~~ + +- fix(spp_approval): stop offering **New** on the approval review lists. + A review is created by the approval flow when a record is submitted, + so a hand-made one would need a model name, a record id and a + definition typed into a blank form and would point at nothing. Both + **My Pending Approvals** and **Approval Reviews** are affected, along + with the New in a review's own breadcrumb (#1167) + 19.0.2.0.1 ~~~~~~~~~~ diff --git a/spp_approval/__manifest__.py b/spp_approval/__manifest__.py index 61fe3ffad..9fd559da9 100644 --- a/spp_approval/__manifest__.py +++ b/spp_approval/__manifest__.py @@ -2,7 +2,7 @@ { "name": "OpenSPP Approval", "summary": "Standardized approval workflows with multi-tier sequencing and CEL rules", - "version": "19.0.2.0.1", + "version": "19.0.2.0.2", "license": "LGPL-3", "development_status": "Production/Stable", "author": "OpenSPP.org, OpenSPP Community", diff --git a/spp_approval/readme/HISTORY.md b/spp_approval/readme/HISTORY.md index 803caefff..fdec2a3c7 100644 --- a/spp_approval/readme/HISTORY.md +++ b/spp_approval/readme/HISTORY.md @@ -1,3 +1,7 @@ +### 19.0.2.0.2 + +- fix(spp_approval): stop offering **New** on the approval review lists. A review is created by the approval flow when a record is submitted, so a hand-made one would need a model name, a record id and a definition typed into a blank form and would point at nothing. Both **My Pending Approvals** and **Approval Reviews** are affected, along with the New in a review's own breadcrumb (#1167) + ### 19.0.2.0.1 - Fix CEL Expressions tab crash: the ace editor fields used the invalid diff --git a/spp_approval/static/description/index.html b/spp_approval/static/description/index.html index 7ee87cb3a..1cb0ed684 100644 --- a/spp_approval/static/description/index.html +++ b/spp_approval/static/description/index.html @@ -536,6 +536,17 @@

Changelog

+

19.0.2.0.2

+ +
+

19.0.2.0.1

-
+

19.0.2.0.0