RED-5813 - Remove Reason label and text in workloads for hints and skipped redactions
This commit is contained in:
parent
06984eb5a7
commit
ecb0e51688
@ -23,7 +23,7 @@
|
|||||||
{{ annotation.recategorizationType ?? annotation.entity.label }}
|
{{ annotation.recategorizationType ?? annotation.entity.label }}
|
||||||
</div>
|
</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 }}
|
<strong><span translate="content"></span>: </strong>{{ annotation.shortContent }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user