Wijzigen voor document Wiki's bekijken

Laatst gewijzigd door admin op 28-11-2022

<
Van versie < 3.1 >
gewijzigd door admin
op 15-06-2021
Naar versie < 4.1 >
gewijzigd door admin
op 08-02-2022
>
Opmerking bij wijziging: Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/13.10.2]

Samenvatting

Details

Paginaeigenschappen
Inhoud
... ... @@ -20,7 +20,47 @@
20 20   'meta': {
21 21   'propertyDescriptors': [
22 22   { 'id': 'wikiprettyname', 'displayer': { 'id': 'link', 'propertyHref': 'wikiprettyname_url' } },
23 - { 'id': 'membershipType', 'sortable': false, 'filterable': false }
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 + }
24 24   ]
25 25   }
26 26  })

Inhoudsopgave

Copyright © 2016-2024 ASolutions
Rivium Quadrant 181 - 2909 LC - Capelle aan den IJsselpubliek v14.10.5