- Issue created by @mathilde_dumond
- Status changed to Needs work
about 2 years ago 12:15pm 22 February 2023 - 🇨🇭Switzerland berdir Switzerland
+++ b/globallink.module @@ -41,6 +41,7 @@ function globallink_cron() { + ->accessCheck(TRUE)
this should actually not do access checks (FALSE)
It's a cron job, so it will run as anonymous, and *if* someone implements query access for jobs, then we need to ensure that we find them all.
And yes, that was wrong until now, that's exactly the reason why this change was done in core to require the call, to make sure people think about access when doing queries.
- Status changed to Needs review
about 2 years ago 7:27am 23 February 2023 -
Berdir →
committed bac773b0 on 8.x-2.x authored by
mathilde_dumond →
Issue #3343183 by mathilde_dumond: drupal 10 compatibility: an...
-
Berdir →
committed bac773b0 on 8.x-2.x authored by
mathilde_dumond →
- Status changed to Fixed
about 2 years ago 8:47am 23 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.