Commit a473e2c4 authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! erp5_wendelin: Stabilize createDataAnalysisList

parent fed0bebc
......@@ -141,8 +141,6 @@ for movement in portal_catalog(query = query):
item_type not in aggregate_type_set,
# Do not create item if it is a transient Data Array.
not (item_type == "Data Array" and "big_data/analysis/transient" in transformation_line.getUseList()),
# Do not create item if it is an input Data Array.
not (quantity < 0 and item_type == "Data Array")
]
):
item = None
......
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