Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
javascript
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2024 at 11:31 UTC
Updated:
18 May 2024 at 08:19 UTC
Jump to comment: Most recent
In /core/misc/ajax.js, response.asterisk is defined as boolean type but actual type is string.
Ref: Drupal\Core\Ajax\ChangedCommand document
Change response.asterisk type to string.
No
No
No
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
Comment #4
dineshkumarbollu commentedReference document for type string https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Ajax%21Ch...
Comment #5
tom kondaI think this MR looks good.
Please review.
Comment #6
smustgrave commentedSeems straight forward.
Comment #9
nod_Minor so no backport
Committed fec3962 and pushed to 11.x. Thanks!