Some small fixes!

This commit is contained in:
tidusjar 2019-12-12 21:51:50 +00:00
parent 822ca2df94
commit 5ad8ccf33d
14 changed files with 102 additions and 60 deletions

View file

@ -43,6 +43,11 @@ namespace Ombi.Store.Entities.Requests
return "Common.Available";
}
if (Denied ?? false)
{
return "Common.Denied";
}
if (Approved & !Available)
{
return "Common.ProcessingRequest";