Problem/Motivation

The ContentReadabilityAjaxController.php returns a Zend\Diactoros\Response\JsonResponse, which is no longer available in core 9.3.6.

Steps to reproduce

Update to core 9.3.6.

Errors will be logged about a missing class when attempting to use Content Readability in a body field.

Proposed resolution

Replace with Symfony\Component\HttpFoundation\JsonResponse.

Remaining tasks

Create merge request with changes.

Command icon 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

jacobsaw created an issue. See original summary.

jacobsaw’s picture

Status: Active » Fixed
jacobsaw’s picture

jacobsaw’s picture

Status: Fixed » Closed (fixed)