Problem/Motivation
If the field_content field of an entity doesn't have a value, the HTML and other handlers possibly pass NULL values to string functions (e.g. str_replace). This causes a notice to be produced.
Steps to reproduce
/
Proposed resolution
- Update ..\Handler\HandlerPluginBase, ..\Handler\HTML, ..\Handler\LongText to pass only string values when reading field_content.
Issue fork pagedesigner-3367841
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pvbergen commentedComment #4
pvbergen commentedComment #6
pvbergen commented