Closed (fixed)
Project:
Views base url
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2020 at 06:45 UTC
Updated:
22 Jun 2021 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jtriguero commentedComment #3
markdorisonComment #4
tjtj commentedThe dev version I have installed in Drupal 9 still has calls to path.alias_manager instead of path_alias.manager
and this (I think) leads to the php error:
As a result, I cannot even uninstall the module. Using the GUI throws the php error, and using drush throws a similar error:
Comment #5
tjtj commentedThe above patch fixes this, but why wasn't it put into the dev version which claims D9 compatibility?
Comment #6
tlwatsonA reference to path.alias_manager , as well as the deprecated path.alias_storage , is made in ViewsBaseUrlFieldTest.php .
Comment #7
tlwatsonCorrected references to path.alias_manager and path.alias_storage in module code and tests.
Comment #8
capysara commentedPatch applied cleanly to 9.1.3 and works great!
Thanks!
Comment #9
tlwatsonAck, I made a syntax typo! Rerolled.
Comment #10
capysara commentedPatch #9 still applies, but I'm not sure what changed from #7.
Comment #11
tlwatsonI was missing a closing parenthesis at the very end of #7. :)
Comment #12
fernly commentedPatch #9 applies and works for Drupal 9.1.7.
Comment #13
fernly commentedReplaced AliasManager by AliasManagerInterface because it's causing errors in combination with fixed_path_alias module.
Comment #15
rjjakes commentedI've committed and pushed to a new dev branch: 2.0.x
I will create a 2.0.0-beta2 release shortly.
Comment #16
rjjakes commented