Skip to content

Commit f215e24

Browse files
committed
feat: add print view for compliance evaluations with detailed report
1 parent 282371e commit f215e24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/app/compliance/compliance-report-viewer/compliance-report-viewer.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export class ComplianceReportViewerComponent implements OnInit, AfterViewInit, O
176176
return '/dashboard/export-compliance/' + this.report.id;
177177
} else {
178178
const section = this.getActiveSectionParams();
179-
// TODO: ELENA definir bandera para casos nuevos y viejos
180179
// return encodeURIComponent('/compliance/print-view?section=' + section);
181180
return encodeURIComponent('/compliance/evaluations-print-view=' + section);
182181
}

0 commit comments

Comments
 (0)