Closed (fixed)
Project:
Drupal core
Version:
9.1.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2020 at 08:35 UTC
Updated:
14 Jul 2020 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
daffie commentedPatch changes the db query to an entity query.
Comment #4
munish.kumar commentedLooks like a random test failure, so re-queued.
Comment #5
munish.kumar commentedComment #6
hardik_patel_12 commentedVerified this patch on local. Looks good to me.
Comment #7
hardik_patel_12 commentedJust small thing remaining, removing unused statement
use Drupal\Core\Database\Database;, otherwise all is good to me.Comment #8
daffie commented@Hardik_Patel_12: Good find!
Back to RTBC.
Comment #10
munish.kumar commentedAll the test cases are passed now, and the last patch only contains the small change so moving back to RTBC
Comment #11
pratik_kambleComment #12
pratik_kambleComment #13
catchThis needs ->accessCheck(FALSE)
Comment #14
hardik_patel_12 commentedAdding the requested ->accessCheck(FALSE) to EntityQuery.
Comment #15
daffie commentedChange looks like what @catch requested.
Back to RTBC.
Comment #17
catchCommitted d8d9481 and pushed to 9.1.x. Thanks!