The SlidePublishTask was built to migrate from the original ShowSlide boolean to a versioned draft/live record. Now that ShowSlide has been dropped as a $db static, the task no longer works in recent versions.
We'll need to adjust the task across major versions to handle data migration from version 1 to 2, 2 to 3, and 3 to 4.
This may require a database query to see if the records contain the ShowSlide column in the version after this was depreciated.
The
SlidePublishTaskwas built to migrate from the originalShowSlideboolean to a versioned draft/live record. Now thatShowSlidehas been dropped as a$dbstatic, the task no longer works in recent versions.We'll need to adjust the task across major versions to handle data migration from version 1 to 2, 2 to 3, and 3 to 4.
This may require a database query to see if the records contain the
ShowSlidecolumn in the version after this was depreciated.