Skip to content

Commit

Permalink
Merge pull request #32 from eea/develop
Browse files Browse the repository at this point in the history
Refs #145482; Changed required permission to View on get_previous_del…
  • Loading branch information
olimpiurob authored Feb 15, 2022
2 parents 731c530 + 43ddf78 commit 317599c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Products/Reportek/EnvelopeCustomDataflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Products/Reportek/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.14
4.15
4 changes: 4 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 317599c

Please sign in to comment.