[Zope-CMF] Portal_actions question

Hariharan Gopalan hari@sapta.com
Thu, 29 Aug 2002 13:48:38 -0400


Hi

I am trying to create a tab with the portal_actions tool in plone1.0alpha4

I wish to have the tab visible only for users with certain roles, but am not
succeeding.

I tried this in the condition of the portal_actions

Condition - python:test(member and member.hasRole(Staff))

but this says the object does not have this attribute


any suggestions?

thanks