requestor import fix alias

This commit is contained in:
Julie Lenaerts 2021-08-19 16:50:08 +02:00
parent 5dc92ed5bd
commit 3602b0d097

View File

@ -11,7 +11,7 @@
</label> </label>
<!-- <div class="flex-bloc row row-cols-1 g-0"> --> <!-- <div class="flex-bloc row row-cols-1 g-0"> -->
<third-party-renderbox v-if="accompanyingCourse.requestor.type == 'thirdparty'" <third-party-render-box v-if="accompanyingCourse.requestor.type == 'thirdparty'"
:thirdparty="accompanyingCourse.requestor" :thirdparty="accompanyingCourse.requestor"
:options="{ :options="{
addLink: false, addLink: false,
@ -19,7 +19,7 @@
addEntity: true, addEntity: true,
addInfo: true addInfo: true
}" }"
></third-party-renderbox> ></third-party-render-box>
<person-render-box v-else-if="accompanyingCourse.requestor.type == 'person'" <person-render-box v-else-if="accompanyingCourse.requestor.type == 'person'"
:person="accompanyingCourse.requestor" :person="accompanyingCourse.requestor"
:options="{ :options="{
@ -109,7 +109,7 @@
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue'; import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
import OnTheFly from 'ChillMainAssets/vuejs/_components/OnTheFly.vue'; import OnTheFly from 'ChillMainAssets/vuejs/_components/OnTheFly.vue';
import PersonRenderBox from '../../_components/Entity/PersonRenderBox.vue'; import PersonRenderBox from '../../_components/Entity/PersonRenderBox.vue';
import ThirdPartyRenderbox from '../../../../../../ChillThirdPartyBundle/Resources/public/vuejs/_components/ThirdPartyRenderbox.vue'; import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
export default { export default {
name: 'Requestor', name: 'Requestor',
@ -117,7 +117,7 @@ export default {
AddPersons, AddPersons,
OnTheFly, OnTheFly,
PersonRenderBox, PersonRenderBox,
ThirdPartyRenderbox, ThirdPartyRenderBox,
}, },
data() { data() {
return { return {