- Issue created by @cgmonroe
Using php 8.2 and trying to modify the entity browser widgets setting gets an Ajax parse error due to an "mb_strtolower(): Passing null to parameter is deprecated" warning embedded in the returned content.
Convert an existing site to php 8.2 and try to change settings.
This is related to the core bug π Querying with NULL values results in warning mb_strtolower(): Passing null to parameter is deprecated Needs work which seems to be stalled.
Problem is that the bundle type can be null. Solution is to convert null bundles to "" which bypasses the core bug.
See attached patch.
Active
1.4
Code