- Issue created by @idebr
- Status changed to Needs review
about 1 year ago 1:13pm 15 February 2024 - π³π±Netherlands idebr
Attached patch removes variationcache from the group.info.yml so the module can be uninstalled.
- π³π±Netherlands idebr
Additional patch that applies against 8.x-1.6 with release packaging information.
- π§πͺBelgium nils.destoop
An updated patch as the references to variationcache needs to be replaced with the core version.
- π§πͺBelgium chewi3
The latest patch still causes type errors. I extended the latest patch to also update references in ChainGroupPermissionCalculator.
- πΊπΈUnited States recrit
the attached patch also removes the dependency from composer.json. This patch is for 8.x-1.6 with the package info.
- πΊπΈUnited States recrit
ignore 3421610-9-do-not-test.patch, i left a comman in the composer.json.
the attached patch also removes the dependency from composer.json. This patch is for 8.x-1.6 with the package info. - πΊπΈUnited States recrit
it appears that composer just ignores any patched changes to the composer so you may still need the following to be able to remove the "drupal/variationcache" dependency:
"replace": { "drupal/variationcache": "*" },