mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 13:36:13 +00:00
merge conflicts fixed
This commit is contained in:
commit
47615e2e5d
@ -61,6 +61,15 @@
|
|||||||
</on-the-fly-thirdparty>
|
</on-the-fly-thirdparty>
|
||||||
</template>
|
</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>
|
<template v-slot:body v-else>
|
||||||
<on-the-fly-create
|
<on-the-fly-create
|
||||||
:action="action"
|
:action="action"
|
||||||
|
@ -21,6 +21,9 @@ const ontheflyMessages = {
|
|||||||
title: "Créer un contact pour {q}"
|
title: "Créer un contact pour {q}"
|
||||||
}
|
}
|
||||||
resource_comment_title: "Un commentaire est associé à cet interlocuteur"
|
resource_comment_title: "Un commentaire est associé à cet interlocuteur"
|
||||||
|
addContact: {
|
||||||
|
title: "Créer un contact pour {q}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user