Skip to content

Commit 075525e

Browse files
fix: migration report href fix for apex
1 parent 0bc38ec commit 075525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/resultsbuilder/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export class ResultsBuilder {
244244
rowId: `${this.rowClass}${this.rowId++}`,
245245
data: [
246246
createRowDataParam('name', item.name, true, 1, 1, false),
247-
createRowDataParam('path', item.path, false, 1, 1, false),
247+
createRowDataParam('path', item.name, false, 1, 1, true, item.path, item.name + '.cls'),
248248
createRowDataParam(
249249
'diff',
250250
item.name + 'diff',

0 commit comments

Comments
 (0)