CSV import/export does not handle language column #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
ImportExportControllerexports CSV without alanguagecolumn and imports records defaulting to*(all languages). Multilingual sites cannot bulk import/export language-specific OG data.Fix
languagecolumn to CSV export headers and datalanguagecolumn on import with fallback to*if missingFile
source/packages/com_mokoog/src/Controller/ImportExportController.phpBranch created:
feature/52-csv-import-export-does-not-handle-langua