London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Oct 06, 2023
Oct 20, 2023
CMS Core
Closed, Fixed and tested
Fixed an issue where the wrong asset was chosen when picking an asset from Optimizely Content Marketing Platform (CMP). If contents were imported with CMP Digital Asset Manager (DAM) package, you should run the following script.
UPDATE [dbo].[tblMappedIdentity]
SET [ExistingContentId] = NULL
WHERE [ExistingContentId] IS NOT NULL AND [Provider] = 'dam'