Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
That is a known limitation. We are aware of this but it is not planned to fix in near future.
Hi Quan,
We need to know when to invalidate the product and so when the content is updated we need to invalidate the cache on the variant.
I am happy to take any other work-arounds from the team but I am not sure there are any.
Thanks
For the record, we did try to fix this bug have to roll back because the looking for references is just too expensive.
I did have a few ideas that might work as an add on but have never had time to try them
I was able to at least prevent block deletion using a Find query from the Moving Event.
Is it possible to edit the "not used" text? In Swedish it's set as: "Det här objektet används inte."
Hi,
If you have the following setup on the Episerver Commerce (currently using Version: 9.13): Variation Content -> Content Area -> Block.
When you're trying to publish the Block (or even delete it) there's aparently no way Episerver to know if that Block is being referenced anywhere.
The following options were tested:
- Getting a SoftLink to that Block using the method Load from the IContentSoftLinkRepository.
- Getting the References to that Block using the method GetReferencesToContent from the IContentRepository.
Is this a bug or am I doing something wrong?
Thanks