mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Finished #707
This commit is contained in:
parent
30a59c8a8b
commit
21f3131cb4
14 changed files with 58 additions and 167 deletions
|
@ -335,7 +335,7 @@ namespace PlexRequests.UI.Modules
|
|||
myIssues = issuesModels.Where(x => x.IssueStatus != IssueStatus.ResolvedIssue);
|
||||
}
|
||||
}
|
||||
else if (settings.UsersCanViewOnlyOwnIssues) // The user is not an Admin, do we have the settings to hide them?
|
||||
else if (Security.HasPermissions(User, Permissions.UsersCanViewOnlyOwnIssues)) // The user is not an Admin, do we have the settings to hide them?
|
||||
{
|
||||
if (!showResolved)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue