Skip to content

Commit

Permalink
[csv] when importing a task type csv add difficulty field (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy authored Jan 26, 2025
1 parent 904486d commit 64b9677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/TaskType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export default {
},
parsedCSV: [],
importCsvFormData: {},
optionalColumns: ['Estimation', 'Start date', 'Due date'],
optionalColumns: ['Estimation', 'Start date', 'Due date', 'Difficulty'],
dataMatchers: ['Parent', 'Entity']
}
},
Expand Down

0 comments on commit 64b9677

Please sign in to comment.