You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that’s okay as a fix? It changes the logic from “prevent publish if the record is versioned” to “prevent publish if the record is versioned with stages”. If the record is versioned without stages, there’s no reason to prevent a publish as the save action updates “live” content immediately anyway.
Versions
4.8.1 - 4.x-dev (possibly earlier than 4.8.1, that’s all I tested)
Problem
When using versioning without stages (
Versioned::class.'.versioned'
), owned objects won’t be published.Reproduction steps
Add the following code,
dev/build
then create an object and add an image. The image won’t be published when you save the object.The text was updated successfully, but these errors were encountered: