mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
fixup! Reset the branch on v2.1.0 tag to get to a shared state between dev and Master.
This commit is contained in:
parent
2e8736de46
commit
a0c783ea81
4 changed files with 13 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue