RED-6304, remove reason from ignored hints.
This commit is contained in:
parent
4c19ed17f9
commit
3b0f0e91de
@ -23,7 +23,9 @@
|
|||||||
{{ annotation.recategorizationType ?? annotation.entity.label }}
|
{{ annotation.recategorizationType ?? annotation.entity.label }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *deny="roles.getRss; if: !!annotation.shortContent && !annotation.isHint && !annotation.isSkipped">
|
<div
|
||||||
|
*deny="roles.getRss; if: !!annotation.shortContent && !annotation.isHint && !annotation.isSkipped && !annotation.isIgnoredHint"
|
||||||
|
>
|
||||||
<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