Modifications pour le document DigDash Enterprise [2025R2]

Modifié par Aurelie Bertrand le 2025/10/06 17:06

Depuis la version 39.1
modifié par Aurelie Bertrand
sur 2025/10/06 15:15
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 40.1
modifié par Aurelie Bertrand
sur 2025/10/06 17:05
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -70,6 +70,21 @@
70 70   #end
71 71  #end
72 72  
73 +#foreach($title in $Agent.keySet())
74 + #set($mainDocument = $xwiki.getDocument($title))
75 + #set($translatedMain = $mainDocument.getTranslatedDocument())
76 += $translatedMain.getTitle() =
77 +
78 + #foreach($subtitle in $Agent[$title].keySet())
79 + #set($subDocument = $xwiki.getDocument($subtitle))
80 + #set($translatedSub = $subDocument.getTranslatedDocument())
81 +
82 +* [[$translatedSub.getTitle()>>doc:$subDocument]]
83 + #end
84 +#end
85 +
86 +
87 +
73 73  {{/velocity}}
74 74  
75 75  ----