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:
views.view.test_dblog.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

a_thakur’s picture

Status: Active » Needs review
FileSize
562 bytes

Made changes in following file views.view.test_dblog.yml

Changed

  status: '1'

to

  status: 1

Do not see more occurrences of int, octal or boolean in the file

enhdless’s picture

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

Instead of

status: 1

it should be

status: true
enhdless’s picture

Issue tags: +Novice
dsdeiz’s picture

Patch attached.

dsdeiz’s picture

Status: Needs work » Needs review
enhdless’s picture

Status: Needs review » Reviewed & tested by the community

Looks great to me!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Nice catch!

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

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