Problem/Motivation
PHP 8: Fatal error: Uncaught TypeError: Illegal offset type
PHP 7: Warning: array_key_exists(): The first argument should be either a string or an integer
Whenever EntityInterface::label() returns a Stringable.
Bug introduced (in 2.0.3) in #3272480: Titles to be replaced while generating segments doesn't work in all the scenarios.
Steps to reproduce
Proposed resolution
Cast the entity label to a string.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | easy_breadcrumb-3284417-6.patch | 862 bytes | eric_a |
Comments
Comment #2
eric_a commentedComment #3
eric_a commentedComment #4
eric_a commentedComment #5
eric_a commentedComment #6
eric_a commentedComment #7
eric_a commentedComment #8
neslee canil pintoOkay, this issue is present. Thanks for reporting
Comment #10
neslee canil pinto