Closed (outdated)
Project:
Config Ignore
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2020 at 19:43 UTC
Updated:
20 Jul 2021 at 09:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mpp commentedComment #3
daniel kulbeConfirming the patch works as expected.
Comment #4
joco_sp commentedWe had the same problem, but got this error:
TypeError: Argument 1 passed to Drupal\Component\Utility\NestedArray::unsetValue() must be of the type array,<strong> bool given</strong>, called in /contrib/config_ignore/src/EventSubscriber/ConfigIgnoreEventSubscriber.php on line 150 in Drupal\Component\Utility\NestedArray::unsetValue() (line 219 of core/lib/Drupal/Component/Utility/NestedArray.php).The patch above worked for us. The problem in our case were the lines:
Comment #5
aurora.luzzardiHi,
I had almose the same issue but a few lines above, so I created an interdiff patch and a full patch with both changes.
Please check if makes sense.
Comment #8
aurora.luzzardiPlease, ignore my 2 patchs,I had other patch applied during the development, I will send new ones later.
Comment #9
bircherI think this may be solved with #3117694-17: Make all available tests pass The bug is also #3186392-2: Port IgnoreKernelTest from 2.x to 3.x fail.
So I would close this as a duplicate when we commit the other one.
Comment #10
bircherwork credited on #3117694: Make all available tests pass