Problem/Motivation
Part of #3575638: [META] Workspaces support for config entity types, we need to investigate what's need to support CRUD operations on entity bundles in a workspace.
Steps to reproduce
Install wse_config, remove node_type from the list in \Drupal\wse_config\WseConfigMatcher::getAllowedConfigEntityTypes(), enable support for the Node Type entity type, try to create a new content type in a workspace and see what happens :)
Proposed resolution
TBD.
Remaining tasks
TBD.
Issue fork wse-3575715
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 #6
amateescu commentedWe now have workspace support for all config entity types that act as bundles, with test coverage :)