You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Call to a member function bundle() on string in localgov_theme_theme_suggestions_alter()
This happens when viewing a revision of a node.
Steps to reproduce.
Go to an existing node.
Create a new revision.
Go to the revisions tab
Click the previous revision.
What should happen
Preview page of the old revision
What actually happens
WSOD with error message.
Debugging found this is because the node component of the url is just the NID, not the full node object.
Fix should be to check if its an int, and then load the node.