forked from AcademySoftwareFoundation/OpenCue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cuegui] Limit user actions on alien jobs (AcademySoftwareFoundation#…
…1488) **Rationale** Users shouldn't be allowed by default to execute destructive actions on jobs they don't own. For "superusers" there should be a simple way to toggle this behavior off. This preference should be saved on the user profile. **Implementation details** This feature checks user permissions before allowing a user to "eat, kill, retry" jobs that they do not own. The behavior can be overwritten at: "File -> Enable Job Interaction". This gets saved to the config file and is disabled by default. --------- Co-authored-by: Roula O'Regan <[email protected]>
- Loading branch information
1 parent
d48a45a
commit 195a003
Showing
4 changed files
with
308 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.