Commit a59c5914 authored by Volodymyr Mostepaniuk's avatar Volodymyr Mostepaniuk
Browse files

Issue #3281331 by mostepaniukvm: Drupal 10 compatibility

parent 4648090d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ name: Entity Updater
type: module
description: Mass updates entities via a queue.
package: Queues
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ class EntityUpdater {
      $key = $type->getKey('bundle');
      $query->condition($key, $bundle);
    }
    $query->accessCheck();
    $ids = $query->execute();
    foreach ($ids as $id) {
      $this->enqueueUpdateById($entity_type_id, $id);