liquid_feedback_frontend

changeset 1086:2d69cc034132

Fixed access privileges for view issue/history
author bsw
date Fri Aug 15 12:19:36 2014 +0200 (2014-08-15)
parents 8be69c8d99a8
children 3a344182f7a4
files app/main/_filter/21_auth.lua
line diff
     1.1 --- a/app/main/_filter/21_auth.lua	Sat Aug 02 21:26:53 2014 +0200
     1.2 +++ b/app/main/_filter/21_auth.lua	Fri Aug 15 12:19:36 2014 +0200
     1.3 @@ -32,6 +32,7 @@
     1.4      or module == "policy" and view == "show"
     1.5      or module == "policy" and view == "list"
     1.6      or module == "issue" and view == "show"
     1.7 +    or module == "issue" and view == "history"
     1.8      or module == "initiative" and view == "show"
     1.9      or module == "initiative" and view == "history"
    1.10      or module == "suggestion" and view == "show"

Impressum / About Us