Mercurial > p > roundup > code
diff doc/FAQ.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 | 9e8d8cd49f40 |
| children | 0df5f9eeefd4 |
line wrap: on
line diff
--- a/doc/FAQ.txt Sat Sep 16 11:29:46 2017 -0400 +++ b/doc/FAQ.txt Sat Sep 16 11:42:44 2017 -0400 @@ -172,6 +172,12 @@ LocalReplace to find the extension file and the change that has to be made to the item template. +I can see values in a multilink but not display the items +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Make sure that you have allowed the user to view the labelprop for the +multilink class. Look for the setlabelprop explanation in the Roundup +customisation_ documentation. Using Roundup -------------
