Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(plugin-import-export): fix imports with locales in a different column order than exported#15808

Merged
paulpopus merged 1 commit intomainfrom
fix/plugin-import-export-fix-locale-imports-with-different-column-order
Mar 3, 2026
Merged

fix(plugin-import-export): fix imports with locales in a different column order than exported#15808
paulpopus merged 1 commit intomainfrom
fix/plugin-import-export-fix-locale-imports-with-different-column-order

Conversation

@paulpopus
Copy link
Contributor

@paulpopus paulpopus commented Mar 2, 2026

Fixes #15804

There was an issue where if the localized columns were not in the same order as the data was exported it would import the data into the wrong locale as it wasn't reading the "defaultLocale" config and just using the first locale in the config.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

📦 esbuild Bundle Analysis for payload

This analysis was generated by esbuild-bundle-analyzer. 🤖
This PR introduced no changes to the esbuild bundle! 🙌

@paulpopus paulpopus merged commit 410912c into main Mar 3, 2026
157 checks passed
@paulpopus paulpopus deleted the fix/plugin-import-export-fix-locale-imports-with-different-column-order branch March 3, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

plugin-import-export: localized CSV import uses first locale key instead of defaultLocale (can drop a locale, e.g. de)

2 participants