thirdparty contact address blurred in view page if confidential

This commit is contained in:
2022-02-14 11:42:11 +01:00
parent 7dd6cd04ba
commit e028c1ca2b
2 changed files with 2 additions and 1 deletions

View File

@@ -115,7 +115,7 @@
<div class="flex-table">
{% for tp in thirdParty.activeChildren %}
<div class="item-bloc">
{{ tp|chill_entity_render_box({'render': 'bloc', 'addLink': false}) }}
{{ tp|chill_entity_render_box({'render': 'bloc', 'addLink': false, 'isConfidential': tp.contactDataAnonymous ? true : false }) }}
</div>
{% endfor %}
</div>