merge conflicts fixed

This commit is contained in:
Julie Lenaerts 2022-01-14 16:13:35 +01:00
commit 47615e2e5d
2 changed files with 12 additions and 0 deletions

View File

@ -61,6 +61,15 @@
</on-the-fly-thirdparty>
</template>
<template v-slot:body v-else-if="parent">
<on-the-fly-thirdparty
:parent="parent"
:action="action"
type="thirdparty"
ref="castThirdparty">
</on-the-fly-thirdparty>
</template>
<template v-slot:body v-else>
<on-the-fly-create
:action="action"

View File

@ -21,6 +21,9 @@ const ontheflyMessages = {
title: "Créer un contact pour {q}"
}
resource_comment_title: "Un commentaire est associé à cet interlocuteur"
addContact: {
title: "Créer un contact pour {q}"
}
}
}
}