Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Dec 2012 at 05:55 UTC
Updated:
29 Jul 2014 at 21:37 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedtagging.
this is the sort of thing we need to guard against on import as well.
Comment #2
sunI don't think it makes sense to bake this into Config.
The case can be resolved in two ways:
1) Hard-code a default value in case the configuration does not return a value.
2) Throw an error or exception at the calling/implementation layer. (i.e., user_login_form())
Comment #3
alexpottNow that we require full config trees for import I don't think this is an issue. CMI is a datastore - in D7 if you hacked your db unpredictable things can happen - same in D8 but now we include your active config store in things you should not hack :)
Comment #3.0
alexpottUpdated issue summary.