- Status changed to Fixed
almost 2 years ago 9:15pm 17 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The client only needs that the orphaned nodes report provides nodes' moderation state as "published".
Proposed changes:
Cron job and batch_ProcessNodes_Op logic should add the implementation below:
$nmstate = $node->get('moderation_state')->getValue();
$nmstatetmp = array_pop($nmstate);
$nmstateStr = array_pop($nmstatetmp);
if ($nmstateStr == 'published') {
............
}
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.