Skip to content
Snippets Groups Projects
Commit e83bb0f5 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6098 from atm-florian/develop

FIX : Do not include separate extrafields into export 
parents 3b193e2e 9da32403
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,11 @@ if ($resql) // This can fail when class is used on old database (during migra
if (preg_match('/[a-z0-9_]+:[a-z0-9_]+:[a-z0-9_]+/', $tmp)) $typeFilter="List:".$tmp;
break;
}
if ($obj->type!='separate') {
$this->export_fields_array[$r][$fieldname]=$fieldlabel;
$this->export_TypeFields_array[$r][$fieldname]=$typeFilter;
$this->export_entities_array[$r][$fieldname]=$keyforelement;
}
}
}
// End add axtra fields
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment