RED-5813 - Remove Reason label and text in workloads for hints and skipped redactions

This commit is contained in:
Valentin Mihai 2023-01-02 12:52:36 +02:00
parent 06984eb5a7
commit ecb0e51688

View File

@ -23,7 +23,7 @@
{{ annotation.recategorizationType ?? annotation.entity.label }}
</div>
<div *deny="roles.getRss; if: annotation.shortContent && !annotation.isHint">
<div *deny="roles.getRss; if: !!annotation.shortContent && !annotation.isHint && !annotation.isSkipped">
<strong><span translate="content"></span>: </strong>{{ annotation.shortContent }}
</div>