mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge pull request #1174 from distaula/ViewUserRequests
Added permission to see who made requests.
This commit is contained in:
commit
1021877e6d
4 changed files with 13 additions and 4 deletions
|
@ -38,6 +38,7 @@ namespace Ombi.Core.SettingModels
|
|||
public bool UsersCanViewOnlyOwnRequests { get; set; }
|
||||
public bool UsersCanViewOnlyOwnIssues { get; set; }
|
||||
public bool BypassRequestLimit { get; set; }
|
||||
public bool ViewUsers { get; set; }
|
||||
|
||||
// Features
|
||||
public bool RecentlyAddedNotification { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue