Mercurial > p > roundup > code
diff doc/customizing.txt @ 5268:cc79c0f1651d
Adding a little more doc describing that view access to the labelprop
of a class is required to display the elements of that class when
iterating over a multilink.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 Sep 2017 11:42:44 -0400 |
| parents | 198b6e810c67 |
| children | d0689aaa83db |
line wrap: on
line diff
--- a/doc/customizing.txt Sat Sep 16 11:29:46 2017 -0400 +++ b/doc/customizing.txt Sat Sep 16 11:42:44 2017 -0400 @@ -857,6 +857,11 @@ So in most cases you can get away without specifying setlabelprop explicitly. +You should make sure that users have View access to this property or +the id property for a class. If the property can not be viewed by a +user, looping over items in the class (e.g. messages attached to an +issue) will not work. + setorderprop(property) ~~~~~~~~~~~~~~~~~~~~~~
