Commit 7d8683b
Fix the licence check name in report-diff-fields.json
report-diff-fields.json addresses the licence row as
/checks/[name=License summary]/report/licenses, but dtq-dev-9-base ships
that check as "License":
dspace/config/modules/healthcheck.cfg
healthcheck.checks = General Information, Checksum, Item summary,
User summary, Log Analyser Check, License, Embargo info
plugin.named.org.dspace.health.Check =
org.dspace.health.LicenseCheck = License
ReportDiff resolves a [name=...] segment against the check name recorded in
the stored report, so the mapping can never match and report-diff silently
drops the licences row from both the field mapping and the field order.
"License summary" is the name healthcheck.cfg uses on dtq-dev, which is
where this resource came from; HealthReportIT on this branch already
addresses the same check as "License".
healthcheck.cfg is deliberately not touched: the shipped check names are
correct, the resource was the outlier.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1cda0dc commit 7d8683b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments