Update response column
This commit is contained in:
@@ -311,8 +311,8 @@
|
||||
</Column>
|
||||
|
||||
<Column
|
||||
field="hasAnswer"
|
||||
header="Answer"
|
||||
field="response"
|
||||
header="Response"
|
||||
sortable
|
||||
:exportFunction="
|
||||
(row) => {
|
||||
@@ -483,7 +483,7 @@ const exportExecutions = () => {
|
||||
Token: row.usedTokens || '',
|
||||
Rating: row.rating || '',
|
||||
Elapsed: row.endDate && row.startDate ? formatElapsed((new Date(row.endDate) - new Date(row.startDate)) / 1000) : '',
|
||||
Answer: row.latestStepStatus === 'ERROR' ? 'N' : 'Y'
|
||||
Response: row.latestStepStatus === 'ERROR' ? 'N' : 'Y'
|
||||
}));
|
||||
|
||||
// Crea il CSV manualmente
|
||||
|
||||
Reference in New Issue
Block a user