Got it right with
/xwiki/bin/view/XWiki/LiveTableResultsMacros
changing to following (diff lines):

190 - #gridresult_buildRowJSON($item $rows)
190 + #if($xwiki.getDocument($item).hasAccessLevel('view'))
191 + #gridresult_buildRowJSON($item $rows)
192 + #end

http://jira.xwiki.org/browse/XWIKI-9649

Valdis

> I have the same kind of objects: part of them are publicly available,
> but others ar private.
> 
> Using Livetable macro, for anonymous user it shows entries with
> documents (without hyperlinks), which actually are not accessible.
> With note under table:
> (*) Some documents require special rights to be viewed
> 
> Is it possible to show only accessible documents?
> Currently I look at /xwiki/bin/edit/XWiki/LiveTableResultsMacros
> page, though cannot see anything related to it...
> 
> Thanks!
> Valdis
> 
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to