Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
ajax system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2022 at 18:23 UTC
Updated:
16 May 2022 at 12:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveThere are still some references to
element_settingsin core/modules/views/js/ajax_view[.es6].js, unclear if these need to be updated or not.Comment #4
longwaveUnrelated fail in JS test.
Comment #5
catchlol
Looks good, I had to read a couple of the removals twice to check they really were for
element.settingsbut all looks right.Comment #6
yogeshmpawarUpdated patch with reroll diff attached.
Comment #7
lauriii😥
Committed 189d5a8 and pushed to 10.0.x. Thanks!