- ๐ฎ๐ณIndia sundarraj.p
sundarraj.p โ made their first commit to this issueโs fork.
- @sundarrajp opened merge request.
The following error appears when going to the Workflow History Tab of an entity in D10:
Deprecated function: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\workflow\WorkflowTransitionListBuilder->buildRow() (line 169 of modules\contrib_jvo\workflow\src\WorkflowTransitionListBuilder.php).
Drupal\workflow\WorkflowTransitionListBuilder->buildRow(Object) (Line: 219)
Drupal\Core\Entity\EntityListBuilder->render() (Line: 186)
Drupal\workflow\WorkflowTransitionListBuilder->render() (Line: 130)
Drupal\workflow\Controller\WorkflowTransitionListController->historyOverview(Object)
Make sure that a NULL comment is changed into an empty string: html_entity_decode($transition->getComment() ?? '')
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
sundarraj.p โ made their first commit to this issueโs fork.