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!

ScheduleJobBase.OnStatusChanged throws exception when message is too long

Found in

EPiServer.CMS.Core 12.19.0

Fixed in

EPiServer.CMS.Core 12.21.0

(Or a related package)

Created

Feb 08, 2024

Updated

Mar 12, 2024

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue where ScheduleJobBase.OnStatusChanged threw an exception when a message longer than 2048 characters was entered. Now, if a longer message is entered, it is truncated to 2048 characters.