Merge pull request #1174 from distaula/ViewUserRequests

Added permission to see who made requests.
This commit is contained in:
Jamie 2017-03-06 08:20:41 +00:00 committed by GitHub
commit 1021877e6d
4 changed files with 13 additions and 4 deletions

View file

@ -73,6 +73,9 @@ namespace Ombi.Helpers.Permissions
UsersCanViewOnlyOwnIssues = 2048,
[Display(Name = "Bypass the request limit")]
BypassRequestLimit = 4096
BypassRequestLimit = 4096,
[Display(Name = "User can see who requested")]
ViewUsers = 8192
}
}