Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 May 2014 at 20:10 UTC
Updated:
29 Jul 2014 at 23:36 UTC
Jump to comment: Most recent
Comments
Comment #1
berdirThere was some discussion about this in the issue that switched to the database backend, @sun was against this if I remember correctly, but since it was required on some cases, we now have a mixed case..
Looks fine to me but we should check the discussion/reason in the issue that added it..
Comment #2
alexpottSo we added the auto table creation in #2161591: Change default active config from file storage to DB storage - config_snapshot is not mentioned at all in that issue. Auto generation was added in comment #59 - @sun expressed reservations but in back #88 it was re-introduced by @pwolanin after discussion with @sun.
Comment #3
berdirYes, you're right, this relies on the functionality of the database storage to create whatever table name you pass it to, and if we do it for the normal table, then it's only consistent to do it here too.
Comment #4
catchCommitted/pushed to 8.x, thanks!