X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/957db67a316e7ab82eee99fb0698186bf4b4c589..refs/heads/master:/WEB-INF/lib/ttGroupExportHelper.class.php diff --git a/WEB-INF/lib/ttGroupExportHelper.class.php b/WEB-INF/lib/ttGroupExportHelper.class.php index 8a7b7e77..cd38de9d 100644 --- a/WEB-INF/lib/ttGroupExportHelper.class.php +++ b/WEB-INF/lib/ttGroupExportHelper.class.php @@ -406,6 +406,7 @@ class ttGroupExportHelper { fwrite($this->file, $this->indentation." \n"); foreach ($custom_fields as $custom_field) { $custom_field_part = $this->indentation.' '."customFieldMap[$custom_field['id']]."\""; + $custom_field_part .= " entity_type=\"".$custom_field['entity_type']."\""; $custom_field_part .= " type=\"".$custom_field['type']."\""; $custom_field_part .= " label=\"".htmlspecialchars($custom_field['label'])."\""; $custom_field_part .= " required=\"".$custom_field['required']."\"";