only show requested by users to admins + start maintaining a list of users with each request

This commit is contained in:
Drewster727 2016-03-29 13:41:39 -05:00
parent 5a5512a1cd
commit b8a01b62b9
8 changed files with 54 additions and 20 deletions

View file

@ -41,7 +41,7 @@ namespace PlexRequests.UI.Models
public RequestType Type { get; set; }
public string Status { get; set; }
public bool Approved { get; set; }
public string RequestedBy { get; set; }
public string[] RequestedUsers { get; set; }
public string RequestedDate { get; set; }
public long RequestedDateTicks { get; set; }
public string ReleaseYear { get; set; }