subagents
This commit is contained in:
@@ -81,6 +81,18 @@
|
||||
const normalized = String(action || "");
|
||||
return $t.dataset_review?.workspace?.actions?.[normalized] || normalized;
|
||||
}
|
||||
|
||||
function getFindingMessage(finding) {
|
||||
return String(finding?.message || "").trim();
|
||||
}
|
||||
|
||||
function getFindingTechnicalReference(finding) {
|
||||
return String(finding?.caused_by_ref || "").trim();
|
||||
}
|
||||
|
||||
function getFindingResolutionNote(finding) {
|
||||
return String(finding?.resolution_note || "").trim();
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="rounded-2xl border border-slate-200 bg-white p-5 shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user