This commit is contained in:
@@ -31,6 +31,9 @@ namespace Sockeye.Models
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
public Purchase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user