Changes for page Cache

Last modified by Thomas Mortagne on 2018/05/30 10:38

From version 34.1
edited by Thomas Mortagne
on 2018/05/30 10:33
Change comment: There is no comment for this version
To version 35.1
edited by Thomas Mortagne
on 2018/05/30 10:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,7 +13,7 @@
13 13  
14 14   println ''
15 15  
16 - println 'document attacments:'
16 + println 'document attachments:'
17 17   for (attachment in document.attachmentList) {
18 18   println '* ' + attachment.filename
19 19   }