Skip to content

Drupal 9 compatibility & related fixes

Tamás Nagy requested to merge issue/9506 into 3.x

Change deprecated Drupal API calls. Add PHP 7.x specific type-hints and return types. Fix Video upload form error handling. Fix Video concurrent updating while changing the assets, race condition between the ingestion request and subscription callback. Add module specific logger to collect errors. Replace watchdog_exception() calls with the module specific logger. Fix image dimensions update.

Merge request reports