- First commit to issue fork.
- πΊπΈUnited States evilehk
Changing to needs review for the merge request in comment 6.
The module uses the current path to build the links. Under some circumstances
$url_object = \Drupal::service('path.validator')->getUrlIfValid($current_path);
returns FALSE instead of an URL object, therefore we get a fatal error next line:
Error: Call to a member function getRouteName() on boolean in Drupal\readmore\Plugin\Field\FieldFormatter\ReadmoreFormatter->viewElements()
One situation is:
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Changing to needs review for the merge request in comment 6.