On Thu, Apr 7, 2016 at 2:16 PM, Mark Sack <[email protected]> wrote:
Thanks for the pointer. The filter is a big improvement on what I had before. However, it only excludes hidden users if the logged in user has not chosen to display hidden documents. For this particular case, it would be preferable to always exclude hidden users from the output of the script. Is there a way to do that?
Indeed this filter is dynamic. What you could do is the same thing than the filter: add "(doc.hidden <> true or doc.hidden is null)" to your query.
I had thought about using the 'active' property in the user profile (I'm not sure what is its intended function within the Xwiki application). But if I add it in for editing, then the users can set themselves as active/inactive. In our situation, this would be exclusively an administrative function.
Regards Mark
-- View this message in context: http://xwiki.475771.n2.nabble.com/Display-users-that-are-not-hidden-tp759883... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne