Commit 8edeb2f
NGNOUBA ARNOLD
fix: show all ActionInfo entries in HTML logs
- ActionInfo links in HTML logs are currently missing because:
- getLinks (catalog.py:1114) assigns the same Name ('ActionInfo') to each ActionInfo link
- Subsequent links overwrite previous ones, sharing the same uriName
- validateURITree returns only the last link
- Fixed by:
- Enumerating the generator (catalog.py:1111) to get a unique index (num)
- Adding the index to the 'ActionInfo' string to form each unique link name
Signed-off-by: NGNOUBA ARNOLD <[email protected]>1 parent c26a40d commit 8edeb2f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | | - | |
| 1111 | + | |
1112 | 1112 | | |
1113 | 1113 | | |
1114 | | - | |
| 1114 | + | |
1115 | 1115 | | |
1116 | 1116 | | |
1117 | 1117 | | |
| |||
0 commit comments