Problem/Motivation
If you add fields in Dutch, they'll get created in Dutch.
Either make it super obvious in what language the config will be created, or enforce a single language for all config created by our developers.
Proposed resolution
Install cli_language and apply config.
Issue fork dropsolid_rocketship_profile-3340241
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 #2
ducktape commentedComment #3
ducktape commentedMove the config from the parent issue of rocketship core to the profile. Added install hook to enable the language negotiation.
Comment #4
nginex commentedComment #5
nginex commentedComment #7
trafo commentedRebased changes on top of 6.1.x
cli_language module only locks language in the CLI, but not in the UI. So dev is still able to create config in another language.
This might fix weird issues during config import/export when language is switched in the middle and config translations are overridden.
The #2910353: Prevent saving config entities when configuration overrides are applied gained again some momentum and looks more like fix to this issue.
Comment #8
l_vandamme commentedWe will implement no more feature requests, only maintenance fixes.