|
@@ -336,6 +336,24 @@ export default {
|
|
:path="hover_elmt && hover_elmt.type === 'reponse' && hover_elmt.id === reponse.id ? rhombus_path : rhombusoutline_path"
|
|
:path="hover_elmt && hover_elmt.type === 'reponse' && hover_elmt.id === reponse.id ? rhombus_path : rhombusoutline_path"
|
|
/>
|
|
/>
|
|
Ressource</label>
|
|
Ressource</label>
|
|
|
|
+
|
|
|
|
+ <SelectEditable
|
|
|
|
+ v-if="reponse.can_update"
|
|
|
|
+ label="Confidentialité"
|
|
|
|
+ :value="reponse.confidentialite"
|
|
|
|
+ :options="{
|
|
|
|
+ 'confidentialite_prive': 'privé',
|
|
|
|
+ 'confidentialite_interne': 'interne',
|
|
|
|
+ 'confidentialite_public': 'public'
|
|
|
|
+ }"
|
|
|
|
+ :data="{
|
|
|
|
+ entitytype: 'node',
|
|
|
|
+ bundle: 'reponse',
|
|
|
|
+ nid: reponse.id,
|
|
|
|
+ field: 'field_confidentialite'
|
|
|
|
+ }"
|
|
|
|
+ v-on:updated="reloadBesoins" />
|
|
|
|
+
|
|
<section v-if="reponse.qui || reponse.can_update">
|
|
<section v-if="reponse.qui || reponse.can_update">
|
|
<label for="reponse-qui">Qui</label>
|
|
<label for="reponse-qui">Qui</label>
|
|
<!-- <p name="reponse-qui" v-html="reponse.qui" /> -->
|
|
<!-- <p name="reponse-qui" v-html="reponse.qui" /> -->
|