Changes for page Cache

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

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

Summary

Details

Page properties
Content
... ... @@ -17,6 +17,11 @@
17 17   for (attachment in document.attachmentList) {
18 18   println '* ' + attachment.filename
19 19   }
20 +
21 + println 'document attachments to remove:'
22 + for (attachment in document.attachmentsToRemove) {
23 + println '* ' + attachment.attachment.filename
24 + }
20 20  }
21 21  
22 22  def protectedXWiki = xwiki.getXWiki()