Modifications pour le document DigDash Enterprise [2024R2]

Modifié par Aurelie Bertrand le 2024/11/08 14:06

Depuis la version 38.1
modifié par Aurelie Bertrand
sur 2024/11/08 14:06
Commentaire de modification : Il n'y a aucun commentaire pour cette version
À la version 36.1
modifié par Aurelie Bertrand
sur 2024/11/08 13:55
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -43,20 +43,6 @@
43 43  * [[$translatedSub.getTitle()>>doc:$subDocument]]
44 44   #end
45 45  #end
46 -
47 -#foreach($title in $API.keySet())
48 - #set($mainDocument = $xwiki.getDocument($title))
49 - #set($translatedMain = $mainDocument.getTranslatedDocument())
50 -= $translatedMain.getTitle() =
51 -
52 - #foreach($subtitle in $API[$title].keySet())
53 - #set($subDocument = $xwiki.getDocument($subtitle))
54 - #set($translatedSub = $subDocument.getTranslatedDocument())
55 -
56 -* [[$translatedSub.getTitle()>>doc:$subDocument]]
57 - #end
58 -#end
59 -
60 60  {{/velocity}}
61 61  
62 62  ----