|
|
@@ -96,7 +96,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
<v-container fluid class="container">
|
|
|
<v-row>
|
|
|
<v-col cols="12" sm="12">
|
|
|
- <UiSubResource
|
|
|
+ <UiCollection
|
|
|
:query="repositories().addressRepository.with('addressPostal')"
|
|
|
:root-model="models().Organization"
|
|
|
:root-id="id"
|
|
|
@@ -142,7 +142,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
</v-row>
|
|
|
</v-container>
|
|
|
</template>
|
|
|
- </UiSubResource>
|
|
|
+ </UiCollection>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
</v-container>
|
|
|
@@ -153,7 +153,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
<v-container class="container">
|
|
|
<v-row>
|
|
|
<v-col cols="12" sm="12">
|
|
|
- <UiSubResource
|
|
|
+ <UiCollection
|
|
|
:query="repositories().contactPointRepository.query()"
|
|
|
:root-model="models().Organization"
|
|
|
:root-id="id"
|
|
|
@@ -192,7 +192,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
</v-row>
|
|
|
</v-container>
|
|
|
</template>
|
|
|
- </UiSubResource>
|
|
|
+ </UiCollection>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
</v-container>
|
|
|
@@ -296,7 +296,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
<v-container class="container">
|
|
|
<v-row>
|
|
|
<v-col cols="12" sm="12">
|
|
|
- <UiSubResource
|
|
|
+ <UiCollection
|
|
|
:query="repositories().netWorkOrganizationRepository.with('network')"
|
|
|
:root-model="models().Organization"
|
|
|
:root-id="id"
|
|
|
@@ -308,7 +308,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
<span>{{ item.network.name }}</span> - <span>{{$t('first_subscription')}} : <UiTemplateDate :data="item.startDate" /></span>
|
|
|
</div>
|
|
|
</template>
|
|
|
- </UiSubResource>
|
|
|
+ </UiCollection>
|
|
|
</v-col>
|
|
|
<v-col v-if="organizationProfile.isFfec()" cols="12" sm="6">
|
|
|
<UiInputText field="budget" :data="entry['budget']" type="number" @update="updateRepository" />
|
|
|
@@ -367,7 +367,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
</v-col>
|
|
|
|
|
|
<v-col cols="12" sm="12">
|
|
|
- <UiSubResource
|
|
|
+ <UiCollection
|
|
|
:query="repositories().organizationArticleRepository.query()"
|
|
|
:root-model="models().Organization"
|
|
|
:root-id="id"
|
|
|
@@ -387,7 +387,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
<template #item.date="{item}"><UiTemplateDate :data="item.date" /></template>
|
|
|
</UiTemplateDataTable>
|
|
|
</template>
|
|
|
- </UiSubResource>
|
|
|
+ </UiCollection>
|
|
|
</v-col>
|
|
|
|
|
|
</v-row>
|
|
|
@@ -399,7 +399,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
<v-container class="container">
|
|
|
<v-row>
|
|
|
<v-col cols="12" sm="12">
|
|
|
- <UiSubResource
|
|
|
+ <UiCollection
|
|
|
:query="repositories().bankAccountRepository.query()"
|
|
|
:root-model="models().Organization"
|
|
|
:root-id="id"
|
|
|
@@ -435,7 +435,7 @@ Contient toutes les informations sur l'organization courante
|
|
|
</v-row>
|
|
|
</v-container>
|
|
|
</template>
|
|
|
- </UiSubResource>
|
|
|
+ </UiCollection>
|
|
|
</v-col>
|
|
|
</v-row>
|
|
|
</v-container>
|