Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 May 2015 at 10:41 UTC
Updated:
9 Jul 2015 at 16:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottRemoved
Although this appears sensible extension discovery already takes care of this for us - there can be only one profile. Manual testing by creating a profile in the modules directory proved this to be so.
Comment #2
alexpottComment #5
alexpottComment #6
leksat commentedI've met the dependency issue. My STR:
1. installed Drupal with the Standard profile
2. created the second site instance
3. uninstalled the Contact module on the first instance
4. tried to import configuration on the second instance
Actual result: error message: Unable to uninstall the Contact module since the Standard module is installed.
After applying the patch #2, configuration was imported successfully.
Comment #7
catchIs this worth adding? It's a one-line method used once.
Otherwise looks good.
Comment #8
alexpott@catch - yep this is because at one point it wrapped some procedural code.
Leaving at rtbc cause this is a tiny change.
Comment #9
catchCommitted/pushed to 8.0.x, thanks!