Mercurial > p > roundup > code
diff CHANGES.txt @ 6753:2bca9fcef70d
Don't display submit button with readoly use of _generic.item.html
_generic.item.html in all templates except jinja2 displays the
submit button even when the user has no edit rights.
Check for is_edit_ok before emitting the submit button.
The jinja2 template doesn't have an _generic.item.html template.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 04 Jul 2022 23:43:49 -0400 |
| parents | d32d43e4a5ba |
| children | eccb2f53566d |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 04 22:21:05 2022 -0400 +++ b/CHANGES.txt Mon Jul 04 23:43:49 2022 -0400 @@ -110,6 +110,8 @@ - make setup.py install the Zope and wsgi.py frontends under share/frontends. This matches the install fo the cgi-bin/roundup.cgi frontend. (John Rouillard) +- prevent submit button from showing up when using _generic.item.html + if the user doesn't have edit permissions Features:
