Problem/Motivation

The is the same issue as #3576628: Assertion error triggering from lightning_workflow_module_implements_alter after upgrading to Drupal 11.3.0 since this module is derived from lightning_workflow. The fix is identical.

Issue fork wxt-3619082

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

joel_osc created an issue. See original summary.

joel_osc’s picture

Status: Active » Needs review

Added same fix as lightning_workflow.

joseph.olstad’s picture

Status: Needs review » Reviewed & tested by the community

Found the change notice involved. This started in Drupal 11.2.x

joseph.olstad’s picture

with that said, most folks probably aren't using quickedit with Drupal 11. It was removed from core some time ago. In the environment that you're working with, is quickedit installed? If it is not installed, is there any negative consequence to not patching that you have noticed?

joseph.olstad’s picture

A change to go along with this should be the uninstall of the quickedit module. It's basically a useless module that is unlikely to actually be functional in the best of cases. Could do this in a hook_uninstall in wxt_core.install or a modern style hook class.