Skip to content

Commit 79dabd3

Browse files
committed
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.
1 parent de112d7 commit 79dabd3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/FAQ.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ There are examples in the devel and responsive templates. Search for
172172
LocalReplace to find the extension file and the change that has to be
173173
made to the item template.
174174

175+
I can see values in a multilink but not display the items
176+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177+
178+
Make sure that you have allowed the user to view the labelprop for the
179+
multilink class. Look for the setlabelprop explanation in the Roundup
180+
customisation_ documentation.
175181

176182
Using Roundup
177183
-------------

doc/customizing.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,11 @@ a class, the following values are tried for the label:
857857
So in most cases you can get away without specifying setlabelprop
858858
explicitly.
859859

860+
You should make sure that users have View access to this property or
861+
the id property for a class. If the property can not be viewed by a
862+
user, looping over items in the class (e.g. messages attached to an
863+
issue) will not work.
864+
860865
setorderprop(property)
861866
~~~~~~~~~~~~~~~~~~~~~~
862867

0 commit comments

Comments
 (0)