- Issue created by @johnjw59@gmail.com
- 🇨🇦Canada johnjw59@gmail.com
Attached is a patch fixing the integration. This patch keeps the current behaviour as to not break compatibility with page_manager < 4.0-rc3.
The latest release of page_manager (4.0-rc3) introduces a change that breaks the functionality of this module. I believe this is the commit that causes the changes, but basically they've removed the page variant entity from the route parameters. To get the current page or page variant, you now need to either pull it off the defaults for the route or pull it out of the request attributes.
Active
2.0
Integration with other module
Attached is a patch fixing the integration. This patch keeps the current behaviour as to not break compatibility with page_manager < 4.0-rc3.