AddAddress final submit, managed by callback and not an event

This commit is contained in:
2021-09-16 15:48:45 +02:00
parent c2f75654dd
commit 17a3f45247
4 changed files with 63 additions and 44 deletions

View File

@@ -82,7 +82,7 @@
{% if thirdParty.address == null %}
<span class="chill-no-data-statement">{{ 'No address given'|trans }}</span>
{% else %}
{{ thirdParty.address|chill_entity_render_box({'with_valid_from': false }) }}
{{ thirdParty.address|chill_entity_render_box({'with_valid_from': false, 'extended_infos': true }) }}
{% endif %}
</dd>
@@ -103,7 +103,7 @@
<ul class="record_actions sticky-form-buttons">
<li class="cancel">
<a class="btn btn-cancel" href="{{ chill_return_path_or('chill_3party_3party_index') }}">
{{ 'Cancel'|trans }}
{{ 'Back to the list'|trans }}
</a>
</li>