Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.