Per https://www.drupal.org/node/3201242, access checking should be explicit.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3223047-4-simple_sitemap-explicitly-check-query-access.patch | 360 bytes | gabesullice |
Per https://www.drupal.org/node/3201242, access checking should be explicit.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3223047-4-simple_sitemap-explicitly-check-query-access.patch | 360 bytes | gabesullice |
Comments
Comment #2
gabesulliceWhoops.
Comment #3
gabesulliceWhoops x2
Comment #4
gabesulliceI'm not sure if this addresses all instances. It probably doesn't, but it addresses what's showing up in my CI environment and gets the ball rolling ;)
I'm also unsure if this should actually be written as
->accessCheck(FALSE). I went withTRUEbecause that preserves the working behavior. However, when I searched for usages ofEntityHelper::getEntityInstanceIds(), it seems that access checking might actually be undesirable.Comment #6
gbyteThere was one other case. That's commited now, thanks!