diff --git a/Yavsc/Model/Relationship/Circle.cs b/Yavsc/Model/Relationship/Circle.cs index 2c26379c..fbdb1ebf 100644 --- a/Yavsc/Model/Relationship/Circle.cs +++ b/Yavsc/Model/Relationship/Circle.cs @@ -13,7 +13,7 @@ namespace Yavsc.Models public string Name { get; set; } public string OwnerId { get; set; } - [ForeignKey("OwnerId"),JsonIgnore] + [ForeignKey("OwnerId"),JsonIgnore,NotMapped] public virtual ApplicationUser Owner { get; set; } [InverseProperty("Circle")]