Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
user.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2021 at 09:56 UTC
Updated:
26 Oct 2021 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottBefore
After
Comment #3
alexpottLooking at core/modules/user/migrations/d6_user_contact_settings.yml which is the only migration I can find that uses this I don't think the difference between NULL and FALSE matters at all as we're doing
skip_row_if_not_setwhich is looking for a contact key in data - which when it's FALSE or NULL can't be.Comment #4
alexpottComment #5
andypostThank you, straightforward
Comment #6
larowlanCommitted 84862ba and pushed to 9.3.x. Thanks!