Commit 86cf0f0d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

PortalTransforms: fixup! Add more security declarations.

parent b73203fa
......@@ -574,7 +574,7 @@ class TransformTool(UniqueObject, ActionProviderBase, Folder):
REQUEST['RESPONSE'].redirect(self.absolute_url() +
'/manage_editTransformationPolicyForm')
security.declarePrivate('listPolicies')
security.declareProtected(View, 'listPolicies')
def listPolicies(self):
""" return the list of defined policies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment