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

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