diff --git a/Products/Reportek/EnvelopeCustomDataflows.py b/Products/Reportek/EnvelopeCustomDataflows.py index e3aced40..b3914401 100644 --- a/Products/Reportek/EnvelopeCustomDataflows.py +++ b/Products/Reportek/EnvelopeCustomDataflows.py @@ -1543,7 +1543,7 @@ def get_previous_deliveries(self): for k in envs.keys(): c_colls = [col for col in colls.get(k, []) if getSecurityManager().checkPermission( - 'Add Envelopes', + 'View', col)] for col in c_colls: if col.company_id == self.company_id: diff --git a/Products/Reportek/version.txt b/Products/Reportek/version.txt index d4505b87..6ae0dcb1 100644 --- a/Products/Reportek/version.txt +++ b/Products/Reportek/version.txt @@ -1 +1 @@ -4.14 +4.15 diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 5ad4b9fc..12d4b0a9 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,10 @@ Changelog ========= +4.15 - (2022-02-15) +--------------------------- +* Change: Refs #145482; Changed required permission to View on get_previous_del… [olimpiurob] + 4.8 - (2022-01-25) --------------------------- * Change: Develop [olimpiurob]