Problem/Motivation
The filterStatus override includes a call to jQuery.removeOnce() to allow filter forms to rebuild on AJAX calls. jQuery once has been replaced with drupal/once, so we should use that instead.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork ckeditor5-3246605
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:
- 3246605-update-filterstatus-override
changes, plain diff MR !145
Comments
Comment #2
wim leersMade apparent by #3244855: Regression in Drupal 9.3.x due to jQuery.once deprecation.
Triggered a test run on a no-op patch: #3233107-3: [ignore, testing issue] Fake bug report. Failures confirmed: https://www.drupal.org/pift-ci-job/2221513.
Comment #4
wim leersCan't find anything to complain about in the changes 🤓
Comment #5
wim leersUh oh, one test failed!
Comment #6
bnjmnmThis will likely be addressed in #3246647: Filter settings are not removed when a filter is disabled. Close that if that lands with the solution that uses drupal/once to replace jQuery.once
Comment #7
wim leersThis was indeed fixed in #3246647: Filter settings are not removed when a filter is disabled.