- Issue created by @sumit_saini
- Merge request !6Issue #3439357: Support config download based on collection → (Open) created by sumit_saini
- Issue was unassigned.
- Status changed to Needs review
7 months ago 6:59am 16 April 2024
Currently, it is not possible to download config per collection.
1. On site with configuration translation enabled, update a config translation.
For example label of article content_type is updated/translated in fr language.
2. Goto to /admin/config/development/configuration/single/config-partial-export and select updated config(node.type.article) and click Export.
3. Check the exported config file.
Current: The downloaded config file is of the default language.
Expected: The downloaded config file should belong to language.fr collection (should be downloaded under language/fr/node.type.article)
Add fix to identify and download configs as per collection:
1. Add Collection Name column to form.
2. Update code to download configs as per collection.
Needs review
2.0
Code