Mercurial > p > roundup > code
diff CHANGES.txt @ 5293:6b87c06e0e0c
issue2550953: Patch: fix for context.is_view_ok check in jinja2 template
Form controls are displayed when anonymous views indexes but is
denied access. (patch by Anton Schur applied by John Rouillard)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 25 Sep 2017 19:28:26 -0400 |
| parents | 07da34337f70 |
| children | 5017c3422334 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Sep 24 21:26:00 2017 -0400 +++ b/CHANGES.txt Mon Sep 25 19:28:26 2017 -0400 @@ -460,6 +460,9 @@ - query.item.html was missing checks to verify that a query should be visible to the user. This is fixed and users can only view queries that they own or that are not private. (John Rouillard) +- issue2550953: Patch: fix for context.is_view_ok check in jinja2 template + Form controls are displayed when anonymous views indexes but is + denied access. (patch by Anton Schur applied by John Rouillard) 2016-01-11: 1.5.1
