Follow-up from #1653026: [META] Use properly typed values in module configuration.

Problem/Motivation

All integers, Booleans, and even octal numbers in config object files are converted to strings.

Proposed resolution

#1653026: [META] Use properly typed values in module configuration has fixed core, so no need to convert all data types to string anymore.

Remaining tasks

Fix and issue patch for below config files:
language.entity.en.yml
language.entity.und.yml
language.entity.zxx.yml
language_elements_test.routing.yml ('TRUE' to TRUE/true)
language_test.routing.yml ('TRUE' to TRUE/true)

User interface changes

NO

API changes

NO

Parent: #1653026: [META] Use properly typed values in module configuration

CommentFileSizeAuthor
#1 2105967-1-language-yml.patch1.77 KBnonsie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nonsie’s picture

Assigned: Unassigned » nonsie
Status: Active » Needs review
FileSize
1.77 KB

Updates the following files:
language_elements_test.routing.yml ('TRUE' to true)
language_test.routing.yml ('TRUE' to true)

Status: Needs review » Needs work

The last submitted patch, 2105967-1-language-yml.patch, failed testing.

nonsie’s picture

Status: Needs work » Active

Routing requirement for "_access" must be a string therefore there is no patch (see the first comment) required for Language module.

The following are already fixed:
language.entity.en.yml
language.entity.und.yml
language.entity.zxx.yml

nonsie’s picture

Issue summary: View changes
Status: Active » Fixed

Setting status to fixed since there is no work to be done in language_elements_test.routing.yml or language_test.routing.yml and the other files are already up to date.

Status: Fixed » Closed (fixed)

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