Merge branch 'ticket/64-identifiants-person' into 'ticket-app-master'

Add Person's external identifiers to creation and edit form

See merge request Chill-Projet/chill-bundles!881
This commit is contained in:
2025-12-05 17:02:26 +00:00
131 changed files with 9015 additions and 4954 deletions

View File

@@ -1,14 +1,14 @@
<template>
<location />
<location />
</template>
<script>
import Location from "ChillActivityAssets/vuejs/Activity/components/Location.vue";
export default {
name: "App",
components: {
Location,
},
name: "App",
components: {
Location,
},
};
</script>