mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
some small tweaks around #218
Just added the link to the settings and some angular improvements
This commit is contained in:
parent
f8aaa993e2
commit
b03d9ef16e
5 changed files with 149 additions and 103 deletions
|
@ -38,6 +38,14 @@ namespace PlexRequests.Core.Users
|
|||
{
|
||||
permission += (int)Permissions.ReportIssue;
|
||||
}
|
||||
if (settings.UsersCanViewOnlyOwnRequests)
|
||||
{
|
||||
permission += (int)Permissions.UsersCanViewOnlyOwnRequests;
|
||||
}
|
||||
if (settings.UsersCanViewOnlyOwnIssues)
|
||||
{
|
||||
permission += (int)Permissions.UsersCanViewOnlyOwnIssues;
|
||||
}
|
||||
|
||||
|
||||
return permission;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue