mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-05 10:41:56 +01:00
Import/export: Fix definition wizard does not always save field mapping
This commit is contained in:
parent
25b95ce18c
commit
183f63a8c0
@ -327,7 +327,8 @@ class importexport_wizard_basic_import_csv
|
||||
$content['mapping'][] = array(
|
||||
'index' => $index,
|
||||
'title' => $title,
|
||||
'field' => $field[$index],
|
||||
// Make sure the field is not null, or auto-repeat will skip the row
|
||||
'field' => $field[$index] ?: '',
|
||||
'conversion' => $conversion[$index]
|
||||
);
|
||||
if(strstr($title,lang('Extra %1'))) $empties++;
|
||||
|
Loading…
Reference in New Issue
Block a user