Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/workspaces/workspaces.permissions.yml @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
1 administer workspaces: | |
2 title: Administer workspaces | |
3 | |
4 create workspace: | |
5 title: Create a new workspace | |
6 | |
7 view own workspace: | |
8 title: View own workspace | |
9 | |
10 view any workspace: | |
11 title: View any workspace | |
12 | |
13 edit own workspace: | |
14 title: Edit own workspace | |
15 | |
16 edit any workspace: | |
17 title: Edit any workspace | |
18 | |
19 delete own workspace: | |
20 title: Delete own workspace | |
21 | |
22 delete any workspace: | |
23 title: Delete any workspace | |
24 | |
25 bypass entity access own workspace: | |
26 title: Bypass content entity access in own workspace | |
27 description: Allow all Edit/Update/Delete permissions for all content entities in a workspace owned by the user. | |
28 restrict access: TRUE |