Fonctionnalité #7372
[modèle] libellé de la direction manquant
Description
Service initiateur: Identifiant de l'entité parente [res_letterbox.initiator_parent_entity_id]
Il faut avoir cette valeur avec le libellé entier et non l'identifiant
History
#2 Updated by Florian AZIZIAN about 5 years ago
- Tracker changed from Action to Fonctionnalité
- Subject changed from [modèle] libellé de la direction manuant to [modèle] libellé de la direction manquant
- Status changed from A traiter to A tester (Sprint)
- Assignee changed from Florian AZIZIAN to Henri QUENEAU
- Target version changed from 17.06 to 18.04
- % Done changed from 0 to 100
Ce n'est pas le comportement actuel. Dans le wiki, c'est bien précisé que c'est IDENTIFIANT de l'entité parente.
Les informations sur le service initiateur :
LIBELLE VALEUR
Service initiateur: Identifiant de l'entité [res_letterbox.initiator_entity_id]
Service initiateur: Nom long de l'entité [res_letterbox.initiator_entity_label]
Service initiateur: Nom court de l'entité [res_letterbox.initiator_short_label]
Service initiateur: Email de l'entité [res_letterbox.initiator_email]
Service initiateur: Identifiant de l'entité parente [res_letterbox.initiator_parent_entity_id]
Service initiateur: Type de l'entité [res_letterbox.initiator_entity_type]
Service initiateur: Arborescence de l'entité [res_letterbox.initiator_entity_path]
Dans la 18.04, il y a le champs res_letterbox.initiator_entity_full_name
Le champ entity_full_name est un champ libre utilisé pour mettre l'arborescence de l'entité en toute lettre.
#3 Updated by Henri QUENEAU about 5 years ago
- Assignee changed from Henri QUENEAU to Florian AZIZIAN
voici la requête permettant d'afficher le label de l'entité parente:
select a.entity_id as entity_id,
a.entity_label as entity_label,
a.parent_entity_id as parent_entity_id,
a.short_label as short_label,
a.email as email,
a.entity_type as entity_type,
b.entity_label as parent_entity_label
from entities as a, entities as b
where a.entity_id = 'PSO'
and a.parent_entity_id = b.entity_id
à modifier dans le fichier /var/www/html/maarch1706/modules/templates/datasources/letterbox_attachment.php
A voir si on l'intègre tout de même dans l'application ou pas
Pourras tu clôturer si c'est pas intégrer?
#4 Updated by Emmanuel DILLARD about 5 years ago
- Project changed from Maarch Courrier to Backlog
#5 Updated by Emmanuel DILLARD about 5 years ago
- Status changed from A tester (Sprint) to Prêt à embarquer
#6 Updated by Emmanuel DILLARD about 5 years ago
- Project changed from Backlog to CURRENT SPRINT
- Status changed from Prêt à embarquer to En cours (Sprint)
#7 Updated by Emmanuel DILLARD about 5 years ago
- Due date set to 05/07/2018
#8 Updated by Nestor Pegane about 5 years ago
- Status changed from En cours (Sprint) to A revoir (S)
#9 Updated by Florian AZIZIAN about 5 years ago
- Status changed from A revoir (S) to En cours (Sprint)
- % Done changed from 100 to 90
#10 Updated by Nestor Pegane about 5 years ago
- Assignee changed from Florian AZIZIAN to Nestor Pegane
#11 Updated by Nestor Pegane about 5 years ago
- Status changed from En cours (Sprint) to A revoir (S)
- % Done changed from 90 to 100
#12 Updated by Florian AZIZIAN about 5 years ago
- Status changed from A revoir (S) to En cours (Sprint)
- % Done changed from 100 to 90
#13 Updated by Florian AZIZIAN about 5 years ago
- % Done changed from 90 to 100
#14 Updated by Florian AZIZIAN about 5 years ago
- Status changed from En cours (Sprint) to A revoir (S)
#15 Updated by Florian AZIZIAN about 5 years ago
- Status changed from A revoir (S) to Reviewed (S)
#16 Updated by Emmanuel DILLARD about 5 years ago
- Status changed from Reviewed (S) to Développé / Analysé
#17 Updated by Emmanuel DILLARD about 5 years ago
- Project changed from CURRENT SPRINT to Backlog
#18 Updated by Emmanuel DILLARD about 5 years ago
- Target version changed from 18.04 to 18.10 (support sécurité)
#21 Updated by Emmanuel DILLARD almost 2 years ago
- Project changed from Backlog to Backlog Courrier
- Target version changed from 18.10 (support sécurité) to 18.10 (Fin de vie)