Hiding content in a wiki page based on the logged in user
29 views
Skip to first unread message
markus...@gmail.com
unread,
Jul 30, 2021, 6:37:33 AM7/30/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
Hey all,
is there a way to make some part visible/ not visible on a wiki page based on the logged in user? Like you can do in general with the rst #!comment ?
Aim here is to basically shorten a list of tickets so the user just get his assigned or some specific ticket shown that are shown with TicketQuery Tags.
Cheers
MArkus
RjOllos
unread,
Aug 2, 2021, 6:02:45 PM8/2/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
You could implement permissions checking within a wiki processor and hide content based on permissions provided you can accept that users with WIKI_MODIFY can see all content when editing the page.