With the change [XR-1129] Adjust links tag at pim the behavior of EAI property omn.eai.exporter.product.exportLinks was changed.
Since the property values did not match the semantics of the property name, the values were reversed.
omn.eai.exporter.product.exportLinks=false => show <Links> block
omn.eai.exporter.product.exportLinks=true => not show <links> block
=== New behaviour
Logic will be reverse.
omn.eai.exporter.product.exportLinks=true => show <Links> block
omn.eai.exporter.product.exportLinks=false => not show <links> block
The <vals> block will always be shown.
Check if you are using the omn.eai.exporter.product.exportLinks property.
If yes, adapt its value correspondingly (cp. "New behaviour").
|