Repeatable: Always, issue is present in GUI and using Drush

Steps to repeat using Drush:
1. Make a new site install at an apache server with Drush 8
2. Change path in settings for config to deploy directory outsite drupal root folder
3. Export a config to the deploy folder
4. Set uuid in deploy module the same as the site uuid
5. Now dev environment is created
6. Clone the site and do a site install for a second environment
7. Enable site deploy module
8. Import config

Both sites need to have the same uuid otherwise config import won't work!

Actual Results:
Import config will fail

If the shortcuts in de second environment are removed the config import will succeed.

You can do the same steps in the GUI, but this has the same issue
Steps to repeat:
1. Export configuration
2. Create second environment
3. Import config

Comments

jorisvdp’s picture

Issue summary: View changes
jorisvdp’s picture

Title: OTAP deployment - importing config not possible without removing shortcuts » Import/export config not possible without removing shortcuts
Issue summary: View changes
matthias_bauw’s picture

It's odd so little people talk about this issue. I wonder if it has to do with installing Drupal in another language than English?

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

jonathanshaw’s picture