Skip to content

Commit bbb1330

Browse files
13815 document view permissions for scripts (#13943)
* 13815 document view permissions for scripts * Replicate permissions note for reports * Remove duplicated text --------- Co-authored-by: Jeremy Stretch <[email protected]>
1 parent 2851875 commit bbb1330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/customization/custom-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ An IPv4 or IPv6 network with a mask. Returns a `netaddr.IPNetwork` object. Two a
288288
## Running Custom Scripts
289289

290290
!!! note
291-
To run a custom script, a user must be assigned the `extras.run_script` permission. This is achieved by assigning the user (or group) a permission on the Script object and specifying the `run` action in the admin UI as shown below.
291+
To run a custom script, a user must be assigned via permissions for `Extras > Script`, `Extras > ScriptModule`, and `Core > ManagedFile` objects. They must also be assigned the `extras.run_script` permission. This is achieved by assigning the user (or group) a permission on the Script object and specifying the `run` action in the admin UI as shown below.
292292

293293
![Adding the run action to a permission](../media/admin_ui_run_permission.png)
294294

docs/customization/reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Once you have created a report, it will appear in the reports list. Initially, r
132132
## Running Reports
133133

134134
!!! note
135-
To run a report, a user must be assigned the `extras.run_report` permission. This is achieved by assigning the user (or group) a permission on the Report object and specifying the `run` action in the admin UI as shown below.
135+
To run a report, a user must be assigned via permissions for `Extras > Report`, `Extras > ReportModule`, and `Core > ManagedFile` objects. They must also be assigned the `extras.run_report` permission. This is achieved by assigning the user (or group) a permission on the Report object and specifying the `run` action in the admin UI as shown below.
136136

137137
![Adding the run action to a permission](../media/admin_ui_run_permission.png)
138138

0 commit comments

Comments
 (0)