Closed (fixed)
Project:
Entity Browser
Version:
8.x-2.x-dev
Component:
Deprecation updates
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2021 at 17:14 UTC
Updated:
6 Jul 2022 at 20:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
paulocsComment #3
gabriel.abdalla commentedHi,
Changes look good.
Steps performed:
(1) Downloaded and enabled module.
(2) Applied patch.
(3) Code Review.
(4) Run tests.
Thanks!
Comment #4
berdirThere are more entity queries in the module, look for ->getQuery() on storage handlers.
Comment #5
bruno.bicudoI'll try to work on this one.
Comment #6
bruno.bicudoI found two more queries which needed the
accesCheck()call.Kindly review it :)
Comment #7
bruno.bicudoAccidentally marked hide file, sorry.
Comment #8
andregp commentedI'll review this
Comment #9
andregp commentedThe remaining getQuerry() calls were updated to include accessCheck(). The patch #7 seems complete.
Comment #10
mglamanGiving my +1 on #6. Ran phpstan-drupal for its accessCheck rule and manually reviewed, seems to nail the 3 occurrences.
Comment #11
berdirThanks, committed.