forked from extern/egroupware
Keep CSV fields in definition, so editing definition doesn't require uploading a file each time
This commit is contained in:
parent
fda7878852
commit
b9c0bea095
@ -63,7 +63,6 @@ class addressbook_wizard_import_contacts_csv extends importexport_wizard_basic_i
|
|||||||
switch (array_search('pressed', $content['button']))
|
switch (array_search('pressed', $content['button']))
|
||||||
{
|
{
|
||||||
case 'next':
|
case 'next':
|
||||||
unset($content['csv_fields']);
|
|
||||||
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],1);
|
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],1);
|
||||||
case 'previous' :
|
case 'previous' :
|
||||||
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],-1);
|
return $GLOBALS['egw']->importexport_definitions_ui->get_step($content['step'],-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user