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

user.routing.yml ('TRUE' to TRUE)
entity.form_mode.user.register.yml
entity.view_mode.user.compact.yml
entity.view_mode.user.full.yml
rdf.mapping.user.user.yml
system.action.user_block_user_action.yml
system.action.user_cancel_user_action.yml
system.action.user_unblock_user_action.yml
user.flood.yml
user.role.anonymous.yml
user.role.authenticated.yml
user.settings.yml
views.view.user_admin_people.yml
views.view.test_access_perm.yml
views.view.test_access_role.yml
views.view.test_field_permission.yml
views.view.test_filter_permission.yml
views.view.test_groupwise_user.yml
views.view.test_plugin_argument_default_current_user.yml
views.view.test_user_bulk_form.yml
views.view.test_user_data.yml
views.view.test_user_name.yml
views.view.test_user_relationship.yml
views.view.test_user_uid_argument.yml
views.view.test_view_argument_validate_user.yml
views.view.test_views_handler_field_role.yml
views.view.test_views_handler_field_user_name.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

vijaycs85’s picture

Component: update.module » user.module
vijaycs85’s picture

Initial patch...

2106011-user-yml-type-casting-with-route-bool-2.patch has _access: 'TRUE' => TRUE changes in *.routing.yml

Status: Needs review » Needs work

The last submitted patch, 2106011-user-yml-type-casting-2.patch, failed testing.

vijaycs85’s picture

Status: Needs work » Needs review
FileSize
34.54 KB
67.53 KB

more int to bool update...

The last submitted patch, 2106011-user-yml-type-casting-4.patch, failed testing.

vijaycs85’s picture

Issue summary: View changes
Status: Needs work » Closed (duplicate)
Related issues: +#2167623: Add test for all default configuration to ensure schema exists and is correct

The patch on this issue has been updated as part of #2167623: Add test for all default configuration to ensure schema exists and is correct. As this issue doesn't have any test to confirm/validate the schema, making this change and closing this issue as duplicate of #2167623: Add test for all default configuration to ensure schema exists and is correct. The contributors of this issue (in commit message) is copied to #2167623: Add test for all default configuration to ensure schema exists and is correct.