- Issue created by @ramprassad
- Merge request !103494757 - Fix for node passed as contextual filter in views page → (Open) created by Unnamed author
- 🇮🇳India ramprassad
I have created a MR as a fix to this issue. Please check
When a view with page display is created and the path has node id in its path(product-documents/%node) which is passed to the contextual filter we are getting this error
Error: Call to a member function getType() on string in vwo_page_attachments() (line 75 of /var/www/html/docroot/modules/contrib/vwo/vwo.module)
If the node parameter from the route is not an object, load the node object using entitytypemanager before further processing.
Active
1.7
Code
I have created a MR as a fix to this issue. Please check