Changes for page Default Class Sheet

Last modified by Thomas Coelho (local) on 2023/08/09 10:59

From version 5.1
edited by Thomas Coelho (local)
on 2023/08/09 10:59
Change comment: Install extension [org.xwiki.platform:xwiki-platform-xclass-ui/15.5]
To version 3.1
edited by Thomas Coelho (local)
on 2023/02/24 19:45
Change comment: Install extension [org.xwiki.platform:xwiki-platform-xclass-ui/14.10.3]

Summary

Details

Page properties
Content
... ... @@ -30,7 +30,6 @@
30 30   ## inline action.
31 31   #set ($editAction = $xwiki.getDocument($request.template).getDefaultEditMode())
32 32   $response.sendRedirect($xwiki.getURL($targetDocRef, $editAction, $escapetool.url({
33 - 'form_token': $request.form_token,
34 34   'template': $request.template,
35 35   'parent': $request.parent,
36 36   'title': $request.docName
... ... @@ -46,7 +46,7 @@
46 46  ## sheet output. Class authors can put the description of the class in the class document content.
47 47  #set($classSheetReference = $services.model.createDocumentReference($doc.wiki, 'XWiki', 'ClassSheet'))
48 48  #if($services.sheet.getDocumentSheets($doc).contains($classSheetReference))
49 - {{include reference="" author="target"/}}
48 + {{include reference="" /}}
50 50  #end
51 51  {{/velocity}}
52 52