Problem/Motivation
We inverted the service identifier in EditorController
$this->editorElement = \Drupal::service('editor.element')
$this->editorElement = \Drupal::service('element.edit')
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3577279
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:
- 3577279-fix-service-call-b
changes, plain diff MR !14998
- 3577279-fix-service-call
compare
Comments
Comment #4
nicxvan commentedI can't rerun that failed test, but I think it's random.
Someone reviewing this please rerun that.
Comment #5
nicxvan commentedComment #6
nicxvan commentedComment #7
nicxvan commentedComment #8
nicxvan commentedDidn't mean to add the tag.
Comment #9
godotislatelgtm
Comment #12
catchCommitted/pushed to main, thanks!