Nice job - everything works as expected for me. But..
I added a few portal_tabs inside portal_actions, each linking to a workgroup folder. This works, but I would also like to let each tab show only for users which are members of the linked workgroup. What is the condition to use?
I added a few portal_tabs inside portal_actions, each linking to a workgroup folder. This works, but I would also like to let each tab show only for users which are members of the linked workgroup. What is the condition to use?
Thanks,
alf
But something like:
member in mxm_workgroups.getMembersOfGroup(group)
should do the trick.
Replies to this comment