# HG changeset patch # User bsw # Date 1408097976 -7200 # Node ID 2d69cc0341322c52c7665fe6bd3ccd1e64066c36 # Parent 8be69c8d99a88724bfc1a13e9bbd69ca6861424d Fixed access privileges for view issue/history diff -r 8be69c8d99a8 -r 2d69cc034132 app/main/_filter/21_auth.lua --- a/app/main/_filter/21_auth.lua Sat Aug 02 21:26:53 2014 +0200 +++ b/app/main/_filter/21_auth.lua Fri Aug 15 12:19:36 2014 +0200 @@ -32,6 +32,7 @@ or module == "policy" and view == "show" or module == "policy" and view == "list" or module == "issue" and view == "show" + or module == "issue" and view == "history" or module == "initiative" and view == "show" or module == "initiative" and view == "history" or module == "suggestion" and view == "show"