Commit bfd0a87e authored by Rafael Monnerat's avatar Rafael Monnerat

Fix typo.

parent 4f08b1fe
......@@ -181,7 +181,7 @@ if context.getPortalType() == \'Web Message\' and\\\n
# event_workflow\n
if portal_workflow.isTransitionPossible(context, \'receive\'):\n
context.receive()\n
if len(context.setFollowUpList()) > 0 and \\\n
if len(context.getFollowUpList()) > 0 and \\\n
portal_workflow.isTransitionPossible(context, \'acknowledge_event\'):\n
portal_workflow.doActionFor(context, \'acknowledge_action\',\n
create_event=False)\n
......
563
\ No newline at end of file
564
\ No newline at end of file
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