Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Sep 30, 2020
Feb 04, 2021
Closed, Fixed and tested
This is a fix for an issue where the API allows for addition of duplicate assets to products.
Scenario: When adding multiple media items with the same key/ID to a product, it causes an exception (duplicate key) when saving the next time.
Cause:
AssetServiceDatabase.CommitAssets does not check duplication for the updatingRows list.
In this case, an exception should be thrown.