Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott’s picture

The config files are not in the same order as if you'd created the blocks through an entity save therefore

diff core/profiles/minimal/config/plugin.core.block.stark.login.yml sites/default/files/config_rHeBL-XOzFqiKiH00eYL0GaYW5jSljadY81l4XRt8BM/active/plugin.core.block.stark.login.yml 
1a2,6
> label: 'User login'
> uuid: b579a95e-1136-4095-864b-756c1d059858
> region: sidebar_first
> weight: '0'
> module: user
3,4d7
< settings:
<   cache: '-1'
14,17d16
< label: 'User login'
< module: user
< region: sidebar_first
< weight: '0'
19,20c18,19
< langcode: und
< whois_new_count: '5'
---
> settings:
>   cache: '-1'

Also a rogue key has slipped in to the login block config: whois_new_count

With the attached patch it looks like this:

diff core/profiles/minimal/config/plugin.core.block.stark.login.yml sites/default/files/config_G7JbomSV6BitGsPf75IuCVzQ_RhbpSjwUKEW_rgt-iM/active/plugin.core.block.stark.login.yml
2a3
> uuid: bb9c6592-f693-49bd-9400-cd7be21eef26
alexpott’s picture

Added a test :)

chx’s picture

Status: Needs review » Reviewed & tested by the community

yay, a test.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Well you said you wanted minimal. :)

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

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