We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d78cf9 commit 9b70285Copy full SHA for 9b70285
CHANGES.txt
@@ -418,6 +418,12 @@ Fixed:
418
be used for sorting or grouping index pages. This patch eliminates
419
the confusion that results from this mismatch by verifying that all
420
properties returned are searchable. (John Rouillard)
421
+- Mutilinks can be displayed with their labelprop using the plain()
422
+ method, but they can not be looped over using tal:repeat if the user
423
+ doesn't have view access to the class the multilink represents. The
424
+ permissions check was changed to require that the user have View
425
+ access to the labelprop for the class rather than View access to the
426
+ class. (John Rouillard)
427
428
2016-01-11: 1.5.1
429
0 commit comments