Fixed: [address] Add missing window.addaddress in person create page, and third party create and update page

This commit is contained in:
2022-11-18 16:11:03 +01:00
parent 8894491dac
commit 448d93cd02
4 changed files with 10 additions and 1 deletions

View File

@@ -22,6 +22,9 @@
{% block js %}
{{ encore_entry_script_tags('mod_input_address') }}
<script type="text/javascript">
window.addaddress = {{ add_address|json_encode|raw }};
</script>
{% endblock %}
{% block css %}

View File

@@ -38,6 +38,9 @@
{% block js %}
{{ encore_entry_script_tags('mod_input_address') }}
<script type="text/javascript">
window.addaddress = {{ add_address|json_encode|raw }};
</script>
{% endblock %}
{% block css %}