Wijzigen voor document ASolutionsDocument Sheet
Laatst gewijzigd door Sven Borman op 27-06-2019
Opmerking bij wijziging:
Er is geen opmerking bij deze versie
Samenvatting
-
Paginaeigenschappen (1 gewijzigd, 0 toegevoegd, 0 verwijderd)
Details
- Paginaeigenschappen
-
- Inhoud
-
... ... @@ -9,6 +9,7 @@ 9 9 #if ($doc.fullName != 'XWiki.ASolutionsDocumentSheet') 10 10 #set($revisionClass = $doc.getObject("XWiki.ASolutionsDocumentClass")) 11 11 #if($revisionClass) 12 + #set ($rev = $doc.getValue("revision")) 12 12 #if ($editorgroup) 13 13 {{info}}Versie zichtbaar op internet: $rev 14 14 Laatste versie: $doc.version{{/info}} ... ... @@ -15,7 +15,6 @@ 15 15 16 16 $doc.content 17 17 #else 18 - #set ($rev = $doc.getValue("revision")) 19 19 #if ("$!rev" != '') 20 20 #set ($revDoc = $xwiki.getDocument($doc, $rev)) 21 21 #if ($revDoc) ... ... @@ -36,7 +36,5 @@ 36 36 #else 37 37 $doc.content 38 38 #end 39 -#else 40 - $doc.content 41 41 #end 42 42 {{/velocity}}