]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttImportHelper.class.php
Fixed export-import for task required option.
[timetracker.git] / WEB-INF / lib / ttImportHelper.class.php
index 26cdfac151aad629430170c204c85676e2b170fd..f7be431f6a89dac44cb420f9e1955049279a7f5e 100644 (file)
@@ -127,6 +127,7 @@ class ttImportHelper {
           'week_start' => $this->teamData['WEEK_START'],
           'plugins' => $this->teamData['PLUGINS'],
           'tracking_mode' => $this->teamData['TRACKING_MODE'],
+          'task_required' => $this->teamData['TASK_REQUIRED'],
           'record_type' => $this->teamData['RECORD_TYPE']));
         if ($team_id) {
           $this->team_id = $team_id;