Needs work
Project:
Drupal core
Version:
main
Component:
configuration entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Aug 2022 at 15:23 UTC
Updated:
18 Oct 2025 at 01:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
froboyI've seen this with the following condition:
which seems to be coming from a custom migration attempting to be imported by `config_devel`. The warning thrown is:
It's possible that something is broken upstream, but looking at the logic here it still seems like we should prevent a NULL value from being processed.
Comment #6
j_s commentedThe change in MR!2585 fixes the error for me. Thanks!
Comment #7
socialnicheguru commentedif you goto /admin/module
enable a module with dependencies
when you click on the button the first time it will show you the dependencies
on that page is a button to install
when you click on it, you are taken to the admin/module page and nothing has happened. no modules were enabled
Comment #8
kolesnikoff commentedComment #9
smustgrave commentedPer #7
Also will probably need a test case to cover this change.
Comment #10
j_s commentedAttached static diff from the current MR!2585.