Problem/Motivation
Site templates will almost always need to ship a good chunk of default content; some recipes might also want to ship demo content. It is very likely that site builders might want to delete demo or default content as a whole, or switch out of it. Core's got Workspaces for exactly this purpose.
The default content system should theoretically work properly with workspaces, but it's totally untested. We need a test to prove that you can import default content that is associated with a workspace.
Issue fork drupal-3532962
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
phenaproximaComment #4
phenaproximaTagging this as a soft blocker because this very much affects site template creators.
Comment #5
thejimbirch commentedExcellent comments throughout the tests. Very clear and concise. Moving to RTBC.
Comment #7
alexpottBackported to 11.2.x to keep test coverage aligned and this is a test-only change.
Committed and pushed c889311f82f to 11.x and 5176cb2d3e8 to 11.2.x. Thanks!