Commit 6588a751 authored by Rafael Monnerat's avatar Rafael Monnerat

Quick fix. Make sure all business configurations has Workflow.

parent 788310d0
......@@ -59,6 +59,7 @@ bc_list = list(context.business_configuration_module.searchFolder(\n
portal_type="Business Configuration",\n
simulation_state="draft", \n
resource = "%/workflow_module/%"))\n
bc_list = [bc for bc in bc_list if bc.getResourceValue() is not None]\n
bc_tuple_list = []\n
index = 0\n
while True:\n
......
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