- Status changed to Needs review
over 1 year ago 11:07am 10 April 2023 - Status changed to Needs work
over 1 year ago 2:58pm 10 April 2023 - 🇺🇸United States smustgrave
Seems the points from #10 have not been addressed
Also please include an interdiff with patches
Patch file names also seem incorrect.
- 🇮🇳India Akram Khan Cuttack, Odisha
added updated patch and address comment #10
- Status changed to Needs review
over 1 year ago 9:43am 11 April 2023 - Status changed to Needs work
over 1 year ago 11:56pm 11 April 2023 - 🇺🇸United States smustgrave
Still doesn't seem correct
+ protected function getQuery(): QueryInterface {
But the doc is saying an array is returned.
- Status changed to Needs review
over 1 year ago 8:33am 12 April 2023 - Status changed to Needs work
over 1 year ago 4:38pm 12 April 2023 - 🇺🇸United States smustgrave
Still doesn't seem correct.
Someone should check the code vs doing what's just written here.
But this reading now as
getQuery returns query object used to load entity IDs.
But description says Loads entity IDs using the entity id.
- Status changed to Needs review
over 1 year ago 6:42pm 12 April 2023 - 🇮🇳India Akram Khan Cuttack, Odisha
made changes now updated comment is more accurate and clarifies that the getQuery() method returns a query object for loading entity IDs from the storage
- last update
over 1 year ago 29,202 pass - last update
over 1 year ago 29,283 pass - last update
over 1 year ago 29,300 pass - last update
over 1 year ago 29,302 pass - last update
over 1 year ago 29,304 pass - last update
over 1 year ago 29,359 pass 2:25 59:12 Running-
longwave →
committed 46853e85 on 10.1.x
Issue #3332872 by Akram Khan, PrabuEla, smustgrave, longwave, joachim:...
-
longwave →
committed 46853e85 on 10.1.x
- Status changed to Fixed
over 1 year ago 6:26pm 30 April 2023 - 🇬🇧United Kingdom longwave UK
+++ b/core/lib/Drupal/Core/Entity/EntityListBuilder.php @@ -91,9 +92,19 @@ public function load() { - * An array of entity IDs. + * An array of entities.
It's still an array of entity IDs, the return type here hasn't changed. I fixed this on commit.
Committed and pushed 46853e85a1 to 10.1.x. Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.