Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Oct 2013 at 18:53 UTC
Updated:
29 Jul 2014 at 23:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
a_thakur commentedWent through the following files and could not find any such occurrence of integers, Booleans, octal numbers in config object files as strings.
Changing to reviewed & tested by community
Comment #2
vijaycs85yeah, we don't have type casting, but we do miss few element on default config. Updating issue summary/title to reflect the new scope of this issue.
1. There is no status and language elements in contact.category.*.yml
2. contact.settings.user_default_enabled become 1 in active dir whereas module has true
3. views.view.test_contact_link.yml has lots of integer in quotes
Comment #3
a_thakur commentedFixed the following, please review
Comment #3.0
a_thakur commentedUpdated issue summary.
Comment #4
vijaycs85should be true.
all boolean values should be true/false.
Comment #5
a_thakur commentedChanged all boolean to true/false.
Comment #6
enhdless commentedLooks good to me!
Comment #7
webchickCommitted and pushed to 8.x. Thanks!