Anomalie #14598
Tri incorrect dans la liste déroulante « Type de courrier »
Start date:
08/11/2020
Due date:
Tags Courrier:
20.03.10
Description
J’ai reproduit l’anomalie en 20.03.5 :
dans l’administration des typologies de courriers, ajouter une chemise, et à cette chemise ajouter une sous-chemise. depuis un opérateur de numérisation (comme bblier), lors de la création d’un courrier, cliquer sur la liste déroulante « Type de courrier »
Dans cette liste, on voit que le tri est incorrect : on a d’abord toutes les chemises (premier niveau hiérarchique). En pseudo-code, c’est comme si on avait :
foreach ($firstLevelDoctypes as $doc1) {
print($doc1);
}
foreach ($secondLevelDoctypes as $doc2) {
print($doc2);
}
au lieu de :
foreach ($firstLevelDoctypes as $doc1) {
print($doc1);
foreach ($doc1->secondLevelDoctypes as $doc2) {
print($doc2);
}
}
History
#2 Updated by Emmanuel DILLARD over 1 year ago
- Status changed from A traiter to Prêt à développer
- Target version changed from Inscription Backlog Courrier to 20.03 (Support restreint)
- Tags Courrier deleted (
20.03.9)
#3 Updated by Emmanuel DILLARD over 1 year ago
- Project changed from Backlog to CURRENT SPRINT
- Status changed from Prêt à développer to En cours de dev (S)
- Target version changed from 20.03 (Support restreint) to 20.10 Develop
- Tags Courrier 20.03.10 added
#5 Updated by Florian AZIZIAN over 1 year ago
- Assignee deleted (
EDI PO)
#6 Updated by Florian AZIZIAN over 1 year ago
- Assignee set to Florian AZIZIAN
#7 Updated by Florian AZIZIAN over 1 year ago
- Status changed from En cours de dev (S) to Développé / Analysé (S)
#8 Updated by Emmanuel DILLARD over 1 year ago
- Project changed from CURRENT SPRINT to Backlog
#11 Updated by Emmanuel DILLARD 11 months ago
- Project changed from Backlog to Backlog Courrier
- Target version changed from 20.10 Develop to 20.10 (Actif)