File tree Expand file tree Collapse file tree 2 files changed +20
-24
lines changed Expand file tree Collapse file tree 2 files changed +20
-24
lines changed Original file line number Diff line number Diff line change @@ -90,18 +90,16 @@ If you have `Users:Edit` permission you will see these extra fields for all user
90
90
The following are some commonly tested permissions; see https://github.com/mozilla/addons-server/blob/master/src/olympia/constants/permissions.py
91
91
for the full list.
92
92
93
- ================== ==========================================================
94
- Value Description
95
- ================== ==========================================================
96
- `AdminTools:View ` Can access the website admin interface index page. Inner
97
- pages may require other/additional permissions.
98
- `Addons:Edit ` Allows viewing and editing of any add-ons details in
99
- developer tools.
100
- `Addons:Review ` Can access the add-on reviewer tools to approve/reject
101
- add-on submissions.
102
- `Personas:Review ` Can access the theme reviewer tools to approve/reject
103
- theme submissions.
104
- ================== ==========================================================
93
+ ===================== =======================================================
94
+ Value Description
95
+ ===================== =======================================================
96
+ `Addons:Edit ` Allows viewing and editing of any add-ons details in
97
+ developer tools.
98
+ `Addons:Review ` Can access the add-on reviewer tools to approve/reject
99
+ add-on submissions.
100
+ `Addons:ThemeReview ` Can access the theme reviewer tools to approve/reject
101
+ theme submissions.
102
+ ===================== =======================================================
105
103
106
104
107
105
-------
Original file line number Diff line number Diff line change @@ -80,18 +80,16 @@ If you have `Users:Edit` permission you will see these extra fields for all user
80
80
The following are some commonly tested permissions; see https://github.com/mozilla/addons-server/blob/master/src/olympia/constants/permissions.py
81
81
for the full list.
82
82
83
- ================== ==========================================================
84
- Value Description
85
- ================== ==========================================================
86
- `AdminTools:View ` Can access the website admin interface index page. Inner
87
- pages may require other/additional permissions.
88
- `Addons:Edit ` Allows viewing and editing of any add-ons details in
89
- developer tools.
90
- `Addons:Review ` Can access the add-on reviewer tools to approve/reject
91
- add-on submissions.
92
- `Personas:Review ` Can access the theme reviewer tools to approve/reject
93
- theme submissions.
94
- ================== ==========================================================
83
+ ===================== =======================================================
84
+ Value Description
85
+ ===================== =======================================================
86
+ `Addons:Edit ` Allows viewing and editing of any add-ons details in
87
+ developer tools.
88
+ `Addons:Review ` Can access the add-on reviewer tools to approve/reject
89
+ add-on submissions.
90
+ `Addons:ThemeReview ` Can access the theme reviewer tools to approve/reject
91
+ theme submissions.
92
+ ===================== =======================================================
95
93
96
94
97
95
-------
You can’t perform that action at this time.
0 commit comments