Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » mxm Workgroups for Plone » Workgroup folder as portal tab
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: mxm Workgroups for Plone

Workgroup folder as portal tab

Posted by Anonymous User at 2004-05-19 11:13 AM
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?

Thanks,
alf

You should look in the workgroup_tool

Posted by maxm at 2004-05-19 04:28 PM
There you can see what methods are available.

But something like:

member in mxm_workgroups.getMembersOfGroup(group)

should do the trick.