Closed (fixed)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2021 at 08:21 UTC
Updated:
8 May 2022 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
berdirThe code you change is in a conditional specifically for pre Drupal 8.8, this should _not_ be called on a more recent version. It is/was a backwards compatibility layer.
Since we require 8.8 now, we could just remove it.
Comment #3
fabienm commentedI agree, in this new patch this is deleted.
Comment #4
berdirComment #5
berdirPatches need to be relative to the module folder. Don't forget to update the issue status when uploading a patch.
Comment #6
naveen433 commentedchange path to the relative path
Comment #7
ankithashettyHere is an updated patch, thanks!
Comment #9
berdirCommitted.