Closed (fixed)
Project:
Integrate with OECD GlobalRecalls API
Version:
1.1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Sep 2024 at 04:49 UTC
Updated:
23 Apr 2026 at 22:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sourav_paulComment #4
sourav_paulI've checked the module code of 1.0.x-dev branch on D11.0.1.
This module is incompatible with drupal11.
I've made the module code compatible with D11.
please review...
attaching ss for reference:
Before:
After:

Comment #5
liam morlandThanks for the patch. I don't think that
$typedConfigManagershould have theprotectedvisibility indicator because it is declared as a property elsewhere.Comment #6
liam morlandComment #7
atul_ghate commentedMR!2 is not applying as a patch for the 1.1.x branch. Please re-rolle the MR against 1.1.x
Comment #8
atul_ghate commentedComment #9
liam morlandI don't think commit 7bf5ec7 is needed, but the other commit needs to be fixed like I said in #5.
Please remove the changes to
core_version_requirement; that will be done in #3434027: Automated Drupal 11 compatibility fixes for psa_oecd_publishing, which also needs to be rebased.Comment #10
sourav_paulComment #11
sourav_paul@liam morland I've resolved your feedback, could you please review & merge the MR..
Comment #12
liam morlandBecause of the changes in the testing infrastructure, we'll need to do the
core_version_requirementchanges here so that tests can run.Comment #13
sourav_paulComment #14
atul_ghate commentedI have reviewed and applied MR2. It resolved the mentioned issue, and we can now install this module on Drupal 11 without any errors. Changing the status to RTBC. See the attached video for reference.
Comment #15
sourav_paul@lkmorlan if it is fully compatible with D11 & Tested.
Can you please make a new release for that?
Comment #16
liam morlandWhen cleaning-up the commits, I made a minor change. Please test again.
Comment #17
liam morlandComment #19
liam morlandThanks!