implementation of blur effect for list of thirdparties

This commit is contained in:
2021-10-27 09:41:44 +02:00
parent c1a845e3e1
commit 5cf94a5ed6
6 changed files with 49 additions and 18 deletions

View File

@@ -22,7 +22,7 @@
<div class="flex-table">
{% for tp in third_parties %}
<div class="item-bloc">
{{ tp|chill_entity_render_box({'render': 'bloc', 'addLink': false, 'showContacts': true }) }}
{{ tp|chill_entity_render_box({'render': 'bloc', 'addLink': false, 'showContacts': true, 'isConfidential': true }) }}
<div class="item-row separator">
<ul class="record_actions">
{% if is_granted('CHILL_3PARTY_3PARTY_UPDATE', tp) %}