Drupal Content Entity Form return getReuestTime() null on saving new element in Entity queue

Error: Call to a member function getRequestTime() on null in /var/www/drupalvm/drupal/web/core/lib/Drupal/Core/Entity/ContentEntityForm.php on line 404 #0 /var/www/drupalvm/drupal/web/core/lib/Drupal/Core/Entity/ContentEntityForm.php(151): Drupal\Core\Entity\ContentEntityForm->updateChangedTime(Object(Drupal\entityqueue\Entity\EntitySubqueue))

Comments

arijits.drush created an issue. See original summary.

arijits.drush’s picture

Version: 8.7.x-dev » 8.7.3
arijits.drush’s picture

Project: Drupal core » Entity queue
Version: 8.7.3 »
Component: entity system » Code
Issue summary: View changes
arijits.drush’s picture

Issue summary: View changes
arijits.drush’s picture

Project: Entity queue » Entityqueue
Version: » 8.x-1.x-dev
arijits.drush’s picture

Status: Active » Closed (works as designed)

This problem caused by applying patch "LogicException: The database connection is not serializable (Issue #2899258)" : "https://www.drupal.org/files/issues/logic-exception-connection-is-not-se..." into the latest entityqueue module, Once patch removed everything works as expected.