Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Aug 2018 at 09:31 UTC
Updated:
28 Sep 2018 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch removes the user_login_block configuration from these installation profiles:
- demo_umami
- minimal
- standard
Comment #4
tstoecklerThanks! The patch looks perfect. I didn't look into the test failure yet, I would assume we can just adapt the assertion to expect one block less than before, but not 100% sure.
Comment #5
tstoecklerYeah, I looked at the test now and simply changing
to
in
\Drupal\Tests\migrate_drupal_ui\Functional\d6\MigrateUpgrade6Test::getEntityCounts()should be sufficient.Comment #6
mitrpaka commentedComment #7
tstoecklerThanks @mitrpaka, that looks perfect! Let's get rid of some waste in Drupal ;-)
Comment #9
tstoecklerRandom failure
Comment #10
alexpottCommitted 8735b60 and pushed to 8.7.x. Thanks!