Modifications pour le document DigDash Enterprise [2025R1]
Modifié par Aurelie Bertrand le 2025/05/16 10:42
Depuis la version 39.1
modifié par Aurelie Bertrand
sur 2025/05/16 10:29
sur 2025/05/16 10:29
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
À la version 40.1
modifié par Aurelie Bertrand
sur 2025/05/16 10:42
sur 2025/05/16 10:42
Commentaire de modification :
Il n'y a aucun commentaire pour cette version
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -44,12 +44,12 @@ 44 44 #end 45 45 #end 46 46 47 -#foreach($title in $web _integration.keySet())47 +#foreach($title in $webIntegration.keySet()) 48 48 #set($mainDocument = $xwiki.getDocument($title)) 49 49 #set($translatedMain = $mainDocument.getTranslatedDocument()) 50 50 = $translatedMain.getTitle() = 51 51 52 - #foreach($subtitle in $web _integration[$title].keySet())52 + #foreach($subtitle in $webIntegration[$title].keySet()) 53 53 #set($subDocument = $xwiki.getDocument($subtitle)) 54 54 #set($translatedSub = $subDocument.getTranslatedDocument()) 55 55