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

breakpoint.breakpoint.module.toolbar.narrow.yml
breakpoint.breakpoint.module.toolbar.standard.yml
breakpoint.breakpoint.module.toolbar.wide.yml
breakpoint.breakpoint_group.module.toolbar.toolbar.yml

User interface changes

NO

API changes

NO

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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexander_danilenko’s picture

Assigned: Unassigned » alexander_danilenko
Status: Active » Needs review
FileSize
479 bytes
enhdless’s picture

Issue summary: View changes
Status: Needs review » Needs work

The patch was actually not needed, since the boolean values should be lowercase.
The last three files listed, views.view.test_filter_taxonomy_index_tid.yml, views.view.test_groupwise_term.yml, and views.view.test_taxonomy_node_term_data.yml, still have values to be fixed.

vijaycs85’s picture

Issue summary: View changes
Status: Needs work » Closed (works as designed)

We don't have any config to fix in this module. Closing this issue...