Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jan 2014 at 21:31 UTC
Updated:
29 Jul 2014 at 23:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sutharsan commentedNo confirmation yet if the events are really deprecated, but let's see what this patch does.
Comment #2
gábor hojtsy#2172561: Config overrides may spill over to undesired places also removes the global override subscriber (and is RTBC). That is indeed left around and ConfigFactory now does all that directly. I'm not at all sure about the config import subscriber though :/ Settings needs work since the global removal is duplicate.
Comment #3
alexpottThis should be left in as the config.importer.validate event still fires. However the config.installer.validate does not occur anymore.
Comment #4
sutharsan commentedSo the only event handler to remove is 'config.installer.validate'.
No interdiff as the remaining patch is minimal now.
Comment #5
gábor hojtsy#2172561: Config overrides may spill over to undesired places will remove the global override listener (unused). Alex Pott confirmed about the updated patch is fine. So let's do this.
Comment #6
alexpottCommitted 93206c3 and pushed to 8.x. Thanks!