Lars-Erik
08/22/2024, 11:48 AMIMedia
using media.SetValue
and mediaService.Save(media)
.
I can refresh the media in the backoffice and see the changes.
However, they are not there in the published cache, and no "history entry" is recorded.
Also when the process is restarted, the changes are gone.
I've experimented with IScopeProvider.CreateScope()
and scope.Complete()
, but it does not help.
(Scope should be immediately disposed)
Have not traced the SQL yet, but I presume it's never really written or committed.
Any help appreciated. 😅Lars-Erik
08/22/2024, 12:51 PM