Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
block.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
6 Oct 2013 at 18:31 UTC
Updated:
29 Jul 2014 at 23:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vijaycs85Initial patch...
Comment #2
benjy commentedNeeds a reroll.
Comment #3
foxtrotcharlie commentedMy first reroll - hope it's right...
Comment #4
foxtrotcharlie commentedI just noticed that in block_test_theme.info.yml and entity.view_mode.custom_block.full.yml the booleans true and false are lowercase and not uppercase. Should they be changed to uppercase? There is also a value of '-1' (in the single quotes) in block.block.test_block.yml and I wonder if it the quotes should be removed?
Comment #5
vijaycs85Fixing the conversions missed in #3
Comment #6
benjy commentedIs there any reason why we're not fixing up "block.routing.yml" here as well? eg the _access_theme properties.
Comment #7
vijaycs85@benjy the meta is more about the config, routing or info aren't config.
Comment #8
benjy commentedOK sounds good.
Comment #9
xjm5: 2105915-block-test-config-5.patch queued for re-testing.
Comment #10
catch5: 2105915-block-test-config-5.patch queued for re-testing.
Comment #12
vijaycs85Re-rolling...
Comment #13
benjy commentedWhy is this uppercase now?
Comment #14
foxtrotcharlie commentedI've changed the uppercase TRUE back to lowercase true. According to this comment by chx and this info in the Symfony documentation, Symfony uses lowercase for booleans.
Comment #15
vijaycs85Sorry for my mistake... +1 to RTBC.
Comment #16
benjy commentedComment #17
webchickCommitted and pushed to 8.x. Thanks!