Commit 929f7b7a authored by Eteri's avatar Eteri Committed by Levin Zimmermann

wendelin: allow no resolution for data transformation

parent 8f1ae7c0
......@@ -47,7 +47,8 @@ for movement in portal_catalog(query = query):
portal_type = "Data Transformation",
validation_state = "validated",
resource_relative_url = movement.getResource()):
if transformation.getVariationCategoryList() == movement.getVariationCategoryList():
# Variation - only with resolution for now
if not transformation.getVariationCategoryList() or transformation.getVariationCategoryList() == movement.getVariationCategoryList():
transformation_list.append(transformation)
for transformation in transformation_list:
......
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