Automatically closed - issue fixed for 2 weeks with no activity.
If you create a view using the "Contact ID from logged in user's connected Contact" argument type, then long in as a user who has no redhen contact (like user 1) and visit the view, you get this error:
Error: Call to a member function id() on bool in Drupal\redhen_contact\Plugin\views\argument_default\CurrentContact->getArgument() (line 26 of modules/contrib/redhen/modules/redhen_contact/src/Plugin/views/argument_default/CurrentContact.php).
We just need to check to make sure there is a contact before we try to call ->id()
on it.
Fixed
redhen_contact
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.