Commit 63ea473

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-09-24 15:58:51
add color import
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 08d29db
Changed files (1)
lib/model/export_import.dart
@@ -87,7 +87,7 @@ class ExportFileCreator {
       Color? color;
       String? notes;
       for (var attributeIndex = 0; attributeIndex < attributes.length; attributeIndex++) {
-        if (timestamp != null && sys != null && dia !=null && pul != null) continue; // optimization
+        if (timestamp != null && sys != null && dia !=null && pul != null && notes != null && color != null) continue; // optimization
 
         // get colum from internal name
         final columnInternalTitle = attributes[attributeIndex].toString().trim();