- Status changed to Closed: outdated
6 months ago 3:49pm 15 May 2024 - 🇺🇸United States smustgrave
If still experiencing this issue with 2.x branch or 3.0.x when I release that soon please reopen.
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);
"
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If still experiencing this issue with 2.x branch or 3.0.x when I release that soon please reopen.