November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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.