- 🇮🇳India Parashram
Thanks @saschaeggi, commit 321818d on 8.x-3.x has fixed Error: Call to a member function label() & getTitle() on array in Drupal
On gin_preprocess_page_title() $node is not always instanceof Node and it breakes the administration page.
Create a administration view with a url that contains a "%node" route parameter and a Content:ID as contextual filter.
I think this problem is introduced here https://git.drupalcode.org/project/gin/-/commit/a46976df65d5610f8c91259a... (not sure if there is a drupal issue for this commit). I’ve created a patch that solves the problem by checking the route name.
Fixed
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks @saschaeggi, commit 321818d on 8.x-3.x has fixed Error: Call to a member function label() & getTitle() on array in Drupal