File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed
game/game_permissions/user_roles
management/permissions/no_permissions_view Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,21 @@ To create a new User Role:
31
31
- ** Game Editor** : Editor role for selected game
32
32
- ** Game Viewer** : Viewer role for selected game
33
33
- ** Custom** : Custom permissions per section :
34
- | Section | Permission Level |
35
- | ------------- | :-------------:|
36
- | Game Options | Viewer / Editor |
37
- | Content | Viewer / Editor |
38
- | Monetization | Viewer / Editor |
39
- | Users | Viewer / Editor |
40
- | Reporting | Viewer / Editor |
41
- | Marketing | Viewer / Editor |
42
- | Corporate | Viewer / Editor |
43
- | Release Management | Viewer / Editor |
44
-
45
- with two levels of access:
34
+ - ** Sections** :
35
+ - Game Options
36
+ - Content
37
+ - Monetization
38
+ - Users
39
+ - Reporting
40
+ - Marketing
41
+ - Corporate
42
+ - Release Management
43
+
44
+ with two levels of access:
46
45
- *** Viewer*** , with only permission to view data
47
46
- *** Editor*** , that has permission to edit the data
48
47
49
- Please note that a user with Editor role has also by default Viewer role
48
+ Please note that a user with Editor role has also by default Viewer role included
50
49
51
50
## Edit a User Role
52
51
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ On this page you see a list of views without any permissions associated
7
7
8
8
### Table Listing
9
9
10
- - ** View** View without permissions
10
+ - ** View** View without any permissions associated
You can’t perform that action at this time.
0 commit comments