Problem/Motivation

In #2927230: 3/3 JS codestyle: camelcase and related issues we converted JavaScript variable names from snake_case to camelCase. In ajax.js, element_settings was already in use so we provided a BC layer.

Steps to reproduce

Proposed resolution

Remove the BC layer.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
StatusFileSize
new8.56 KB

There are still some references to element_settings in core/modules/views/js/ajax_view[.es6].js, unclear if these need to be updated or not.

Status: Needs review » Needs work

The last submitted patch, 2: 3269152-2.patch, failed testing. View results

longwave’s picture

Status: Needs work » Needs review

Unrelated fail in JS test.

catch’s picture

Status: Needs review » Reviewed & tested by the community
+++ b/core/misc/cspell/dictionary.txt
@@ -186,7 +186,6 @@ canonicalized
 catalana
-catbro
 catchable

lol

Looks good, I had to read a couple of the removals twice to check they really were for element.settings but all looks right.

yogeshmpawar’s picture

StatusFileSize
new8.55 KB
new546 bytes

Updated patch with reroll diff attached.

lauriii’s picture

Status: Reviewed & tested by the community » Fixed
+++ b/core/misc/cspell/dictionary.txt
@@ -186,7 +186,6 @@ canonicalized
 catalana
-catbro
 catchable

😥

Committed 189d5a8 and pushed to 10.0.x. Thanks!

  • lauriii committed 189d5a8 on 10.0.x
    Issue #3269152 by yogeshmpawar, longwave, catch: Remove element_settings...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.