mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Backport 31538 - Keep CSV fields in definition, so editing definition doesn't require uploading a file each time
This commit is contained in:
parent
6f8bc7339e
commit
407a2fb2a7
@ -63,7 +63,6 @@ class addressbook_wizard_import_contacts_csv extends importexport_wizard_basic_i
|
||||
switch (array_search('pressed', $content['button']))
|
||||
{
|
||||
case 'next':
|
||||
unset($content['csv_fields']);
|
||||
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],1);
|
||||
case 'previous' :
|
||||
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],-1);
|
||||
|
Loading…
Reference in New Issue
Block a user