Problem/Motivation
This problem is introduced by https://www.drupal.org/project/drupal/issues/2253257.
In class Drupal\Core\Entity\EntityForm
'#attached' => [
'library' => 'core/drupal.dialog.ajax',
],
['#attached']['library'] should by an array.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3367651-1.patch | 532 bytes | makertimswis |
Issue fork drupal-3367651
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:
- 3367651-attached-library-set
changes, plain diff MR !4210
Comments
Comment #2
makertimswisComment #5
ahmad smhan commentedComment #8
lauriiiCommitted 3641445 and pushed to 11.x. Also cherry-picked to 10.1.x. Thanks!