πŸ‡ΊπŸ‡ΈUnited States @integratrix

Account created on 12 November 2013, over 10 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States integratrix

I tested patch #10 with Publication Date 8.x-2.0-beta7, Scheduler 2.0.2 and Drupal 10.2.2 and it gave me an error.

TypeError: Drupal\publication_date\EventSubscriber\PublicationDateSubscriber::onSchedulerPublish(): Argument #1 ($event) must be of type Drupal\scheduler\SchedulerEvent, Drupal\scheduler\Event\SchedulerEvent given in Drupal\publication_date\EventSubscriber\PublicationDateSubscriber->onSchedulerPublish() (line 50 of modules/contrib/publication_date/src/EventSubscriber/PublicationDateSubscriber.php).

Replacing use Drupal\scheduler\SchedulerEvent with use Drupal\scheduler\event\SchedulerEvent resolved error for me.

Production build 0.69.0 2024