- Issue created by @dstorozhuk
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
I will try to create a patch, and do more discovery later.
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
At least, latest (3.x) version of the module is not compatible with Drupal 9/10 https://api.drupal.org/api/drupal/core%21modules%21path%21path.api.php/f....
Module use hook_path_update but in starting from 9.0.0 module has to use hook_path_alias_update().
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
Here is the patch for which will make that module works with Drupal 9 and 10.
Version 3.0.0 is not compatible with Drupal 9/10 because - see my previous comment.
Not sure what to do with versioning, probably need to abalone the branch 3.x and unpublish the release.
Or add additional patch to keep the old hooks _path_[action] + new patch_alias entity hooks.
And then create a new 4.x branch that only compatible with Drupal 9 and 10. - Merge request !23Draft: Resolve #3432285 "Drupal 9 and 10 capibility" β (Closed) created by dstorozhuk
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
- π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦
- Status changed to Fixed
8 months ago 12:04am 22 March 2024 -
dstorozhuk β
committed d051407e on 8.x-2.x
Resolve #3432285 "Drupal 9 and 10 capibility"
-
dstorozhuk β
committed d051407e on 8.x-2.x
- Status changed to Fixed
8 months ago 12:08am 22 March 2024 - π¨π¦Canada dstorozhuk Chicago πΊπΈ, Toronto π¨π¦, Kyiv πΊπ¦