Scheduled publish not working for multilingual website.

Created on 4 August 2024, about 1 year ago

Problem/Motivation

Scheduled publish not working for multilingual website.

Schedule moderation state change for node with Finish translation (any language other than default), run cron

src/Service/ScheduledPublishCron.php:173

    $scheduledEntity = $entity->get($scheduledField);
    $scheduledValue = $scheduledEntity->getValue();
    if (empty($scheduledValue)) {
      return;
    }

The $scheduledEntity is always site's default language, instead of the translation for which we have scheduled.

✨ Feature request
Status

Active

Version

3.10

Component

Code

Created by

🇦🇲Armenia norsargsyan

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024