Mercurial > p > roundup > code
diff doc/customizing.txt @ 5206:8d2c1c9a49e1
format fix
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 18 Mar 2017 23:34:41 -0400 |
| parents | a9ace22e0a2f |
| children | 9bf221cebef3 |
line wrap: on
line diff
--- a/doc/customizing.txt Sat Mar 18 23:02:30 2017 -0400 +++ b/doc/customizing.txt Sat Mar 18 23:34:41 2017 -0400 @@ -1299,8 +1299,10 @@ **props_only** A boolean value (set to false by default) that is a new feature in roundup 1.6. - A permission defined using + A permission defined using: + ``properties=('list', 'of', 'property', 'names')`` + is used to determine access for things other than just those properties. For example a check for View permission on the issue class or an issue item can use any View permission for the issue
