- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 4:13pm 16 January 2023 - Status changed to Fixed
almost 2 years ago 1:31pm 17 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.
See #3201242 β - this was deprecated in 9.2, but has not yet been updated in ConfigPagesController, line 139
AFAIK, this only affects querying content entities, so no need to update the queries that query config entities, e.g. querying for the config page types.
Each time ->getQuery()
is called to query for a content entity, make sure to follow up with a call to ->accessCheck()
. For BC, we should call ->accessCheck()
(which is equivalent to ->accessCheck(TRUE)
).
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.