Admin Global Parameters (3.x.x and earlier): Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Obsidian 2.5 introduced [[Implementing_Jobs#Global_Parameters|Global Parameters]], which allow you to configure job parameters globally, and then simply import them into jobs as needed. | Obsidian 2.5 introduced [[Implementing_Jobs#Global_Parameters|Global Parameters]], which allow you to configure job parameters globally, and then simply import them into jobs as needed. | ||
'''Note on user access control:''' By default, only admin users may edit global parameters, and all users except ''Limited Read'' users may view them. [[Admin System|System]] settings | '''Note on user access control:''' By default, only admin users may edit global parameters, and all users except ''Limited Read'' users may view them. [[Admin System|System]] settings <code>globalParamEditAdminRequired</code> and <code>globalParamReadAdminRequired</code> under the ''Dashboard'' section can be used to change this behaviour. | ||
Revision as of 04:04, 18 March 2014
Obsidian 2.5 introduced Global Parameters, which allow you to configure job parameters globally, and then simply import them into jobs as needed.
Note on user access control: By default, only admin users may edit global parameters, and all users except Limited Read users may view them. System settings globalParamEditAdminRequired and globalParamReadAdminRequired under the Dashboard section can be used to change this behaviour.