profile drill-down/source-link preservation
This commit is contained in:
parent
e8fdfe6e17
commit
5aa76af78c
8 changed files with 88 additions and 11 deletions
|
|
@ -162,6 +162,7 @@ class RegistryService:
|
|||
type=feature.type,
|
||||
location=feature.location,
|
||||
confidence=feature.confidence,
|
||||
source_refs=feature.source_refs,
|
||||
)
|
||||
for evidence in capability.evidence:
|
||||
if evidence.status != "candidate":
|
||||
|
|
@ -172,6 +173,7 @@ class RegistryService:
|
|||
type=evidence.type,
|
||||
reference=evidence.reference,
|
||||
strength=evidence.strength,
|
||||
source_refs=evidence.source_refs,
|
||||
)
|
||||
|
||||
if pending_abilities:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue