Commit 469b5218 authored by Klaus Wölfel's avatar Klaus Wölfel

Progress Indicator should not be reused across data movements

parent 1869e798
...@@ -140,9 +140,9 @@ for movement in portal_catalog(query=query): ...@@ -140,9 +140,9 @@ for movement in portal_catalog(query=query):
if item_type not in aggregate_type_set: if item_type not in aggregate_type_set:
if item_type in portal.getPortalDeviceConfigurationTypeList() + portal.getPortalDataConfigurationTypeList(): if item_type in portal.getPortalDeviceConfigurationTypeList() + portal.getPortalDataConfigurationTypeList() or item_type == "Progress Indicator":
if item_type == "Status Configuration" and transformation_line.getResourceReference() == "DUO-LR-ARRAY": if item_type == "Progress Indicator" or (item_type == "Status Configuration" and transformation_line.getResourceReference() == "DUO-LR-ARRAY"):
item = None item = None
else: else:
......
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