Wijzigen voor document Wiki's bekijken
Laatst gewijzigd door admin op 28-11-2022
Opmerking bij wijziging:
Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/13.4]
Samenvatting
-
Paginaeigenschappen (1 gewijzigd, 0 toegevoegd, 0 verwijderd)
Details
- Paginaeigenschappen
-
- Inhoud
-
... ... @@ -20,47 +20,7 @@ 20 20 'meta': { 21 21 'propertyDescriptors': [ 22 22 { 'id': 'wikiprettyname', 'displayer': { 'id': 'link', 'propertyHref': 'wikiprettyname_url' } }, 23 - { 'id': 'owner', 'editable': false}, 24 - { 'id': 'membershipType', 'sortable': false, 'filterable': false, 'editable': false }, 25 - { 26 - 'id': '_actions', 27 - 'displayer': { 28 - 'id': 'actions', 29 - 'actions': ['join', 'leave', 'requestJoin', 'cancelJoinRequest', 'viewInvitation', 'edit', 'delete'] 30 - } 31 - } 32 - ], 33 - 'actions': [ 34 - { 35 - 'id': 'join', 36 - 'icon': 'user_add', 37 - 'allowProperty': 'doc.hasjoin', 38 - 'urlProperty': 'doc.join_url' 39 - }, 40 - { 41 - 'id': 'leave', 42 - 'icon': 'user_delete', 43 - 'allowProperty': 'doc.hasleave', 44 - 'urlProperty': 'doc.leave_url' 45 - }, 46 - { 47 - 'id': 'requestJoin', 48 - 'icon': 'bell', 49 - 'allowProperty': 'doc.hasrequestJoin', 50 - 'urlProperty': 'doc.requestJoin_url' 51 - }, 52 - { 53 - 'id': 'cancelJoinRequest', 54 - 'icon': 'bell_delete', 55 - 'allowProperty': 'doc.hascancelJoinRequest', 56 - 'urlProperty': 'doc.cancelJoinRequest_url' 57 - }, 58 - { 59 - 'id': 'viewInvitation', 60 - 'icon': 'envelope', 61 - 'allowProperty': 'doc.hasviewInvitation', 62 - 'urlProperty': 'doc.viewInvitation_url' 63 - } 23 + { 'id': 'membershipType', 'sortable': false, 'filterable': false } 64 64 ] 65 65 } 66 66 }) ... ... @@ -67,8 +67,8 @@ 67 67 #set ($sourceParameters = $escapetool.url({ 68 68 'className' : 'XWiki.XWikiServerClass', 69 69 'resultPage' : 'WikiManager.WikisLiveTableResults', 70 - 'translationPrefix' : 'platform.wiki.browse.' ,71 - '$doc' : $doc.fullName30 + 'translationPrefix' : 'platform.wiki.browse.' 31 + 72 72 })) 73 73 {{liveData 74 74 id='wikis'