Skip to content

Commit

Permalink
get the error description from the api and present that on the errors…
Browse files Browse the repository at this point in the history
… page
  • Loading branch information
GeorgeGoodall authored and ernest-tpximpact committed Dec 1, 2023
1 parent e01380b commit e4564e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controllers/errorsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ class ErrorsController extends MyController {
description: issue.description,
>>>>>>> 8b6082d (get the error description from the api and present that on the errors page)
},
issue: {
type: issue['issue-type'],
description: issue.description,
},
value: rowValues[this.lookupOriginalColumnNameFromMapped(issue.field, apiResponseData['column-field-log'])]
}
issueCounts[issue.field] = issueCounts[issue.field] ? issueCounts[issue.field] + 1 : 1
Expand Down

0 comments on commit e4564e2

Please sign in to comment.