- Issue created by @ptmkenny
- last update
9 months ago 1 fail - 🇯🇵Japan ptmkenny
Upgrade Status module scan notes only one issue, which is fixed in 🐛 entityQuery on settings form is missing an access check Needs review . (The other issue is a D12 deprecation.)
Scanned on Fri, 06/07/2024 - 03:30. 1 warning found. Check manually Errors without Drupal source version numbers including parse errors and use of APIs from dependencies. File name Line Error web/modules/rrssb/src/Form/RRSSBSettingsForm.php 244 Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked. Ignore Deprecated API use for APIs removed in future Drupal major versions is not required to fix yet. File name Line Error web/modules/rrssb/rrssb.module 347 Fetching deprecated class constant EXISTS_REPLACE of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Replace instead.
- Status changed to Needs review
9 months ago 6:33pm 6 June 2024 - 🇯🇵Japan ptmkenny
Unit tests pass on D11 so once 🐛 entityQuery on settings form is missing an access check Needs review gets committed this should be ready.
- First commit to issue fork.
-
AdamPS →
committed 78f47ff5 on 8.x-2.x authored by
ptmkenny →
Issue #3453057: Add support for Drupal 11
-
AdamPS →
committed 78f47ff5 on 8.x-2.x authored by
ptmkenny →
- Status changed to Fixed
9 months ago 2:11pm 7 June 2024 - 🇬🇧United Kingdom adamps
Thanks. I'll commit this anyway. I believe #3453055 might not be needed, however if I'm wrong we can easily commit it after.
Automatically closed - issue fixed for 2 weeks with no activity.