- 🇲🇩Moldova sc_cojocari
Hello there.
We have some issues with scheduler 2.0.1 and drupal 9.5.4 multi-language site.
If we set Status field (published) to be non translatable - one for all nodes + scheduler 'publish on' field also is set for all languages + we have enabled setting "Change CT creation time to match the scheduled publish time" it will change published time just once.
Problem is that after publish date was changed, we set it to be NULL - 🇬🇧United Kingdom khaled.zaidan
I've found that there's no actual need for the conditional in the patch in #8?
We always want to retain the publish on date for the other translations. We also need the same logic for unpublishing.
However, we should add a check on whether the fields are translatable.
Here's a patch that makes those changes.