Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Mar 06, 2024
Mar 12, 2024
CMS Core
Closed, Fixed and tested
Fixed an issue where some activities were saved using an async method in which the calling thread completed while the background thread was being executed, and this could cause an ObjectDisposedException. Now, the background async save runs in a background context to ensure that it gets its own scoped IoC container.