diff --git a/docs/changelog.rst b/docs/changelog.rst index dfbffa0..beb05f5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,7 @@ Changelog applied. Uninstalling from the same panel removes the PAS plugin and the per-user JWT signing secrets. +- #91 Add DataGridFieldManager to fix UID reference validation in DataGrid fields - #90 Fix JWT authentication security issues - #88 Add Bearer token (JWT) authentication via PAS plugin - #89 Fix inherited schema fields missing for multi-schema Dexterity types diff --git a/src/senaite/jsonapi/configure.zcml b/src/senaite/jsonapi/configure.zcml index aaeea08..1442fae 100644 --- a/src/senaite/jsonapi/configure.zcml +++ b/src/senaite/jsonapi/configure.zcml @@ -204,6 +204,11 @@ factory=".fieldmanagers.DXUIDReferenceFieldManager" /> + +