We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c3b2c commit 9d082e7Copy full SHA for 9d082e7
1 file changed
assets/js/Services/Report.js
@@ -352,8 +352,8 @@ export function analyzeReport(report, ISSUE_STATE) {
352
issueIgnored = true
353
}
354
355
-
356
- if(runCustomChecks(issue, element, parsedDocument)) {
+
+ if(runCustomChecks(issue, element, parsedDocuments[contentItemId])) {
357
// If there are custom checks that indicate we should ignore this issue, do so.
358
359
0 commit comments