Added the ability to purge/remove issues

This commit is contained in:
TidusJar 2018-09-27 13:17:39 +01:00
parent 6f02c38a20
commit dffd27d804
14 changed files with 200 additions and 4 deletions

View file

@ -29,5 +29,6 @@ namespace Ombi.Store.Entities.Requests
Pending = 0,
InProgress = 1,
Resolved = 2,
Deleted = 3,
}
}