Translated node is not scheduled

Created on 14 February 2019, almost 6 years ago
Updated 15 May 2024, 6 months ago

Use case to test:

1 -> Node with 2 languages
2 -> Both tranlations are published
3 -> Making changes for each tranlsation and put in ready for review state
4 -> Schedule publication and save both
5 -> When cron run only publish the latest saved revision of latest saved translation.

I've tried to remove the unset of the publish_on field, i think the issue there is that this field not have it's own table but this not change anything, i will try to fix by my hand but if some one can help or point me in the right way will be great.

I'm thinking also could be related to the way is keeped latest revision of the node in SchedulerManager.php row 536:

" $node = $node_storage->load($nid);
$revision_ids = $node_storage->revisionIds($node);
$vid = end($revision_ids);
"

🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

🇮🇹Italy bigbabert Milano, Italy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024