- @pfrenssen opened merge request.
- 🇧🇬Bulgaria pfrenssen Sofia
Fixed the outstanding D9 compatibility issues, and added a new MR with D10 compatibility.
- Status changed to RTBC
about 1 year ago 5:36am 19 October 2023
Drupal 9 compatibility
- jsonapi_comment/jsonapi_comment.info.yml
Add core_version_requirement: ^8 || ^9 to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
- jsonapi_comment/src/Controller/JsonapiCommentController.php
Call to deprecated function pager_find_page(). Deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use Drupal\Core\Pager\PagerParametersInterface->findPage() instead.
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Fixed the outstanding D9 compatibility issues, and added a new MR with D10 compatibility.