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
Related Issues
Parent: #1653026: [META] Use properly typed values in module configuration
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drupal-2105933-4-dblog-config.patch | 565 bytes | dsdeiz |
| #1 | dblog_config-2105933-2.patch | 562 bytes | a_thakur |
Comments
Comment #1
a_thakur commentedMade changes in following file views.view.test_dblog.yml
Changed
to
Do not see more occurrences of int, octal or boolean in the file
Comment #2
enhdless commentedInstead of
it should be
Comment #3
enhdless commentedComment #4
dsdeiz commentedPatch attached.
Comment #5
dsdeiz commentedComment #6
enhdless commentedLooks great to me!
Comment #7
webchickNice catch!
Committed and pushed to 8.x. Thanks!