X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttGroupExportHelper.class.php;h=cd38de9d71d2dca0c4fc7d7d45179ba0df4b7c25;hb=770d560338b34e0a869c78778d0cd838905fb192;hp=8a7b7e7706632a4fe39e2f199d77c6836f012ea5;hpb=691958794018beda9788e9bdb47d640a116af492;p=timetracker.git 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']."\"";