document template user flag rules should use the creator user for flag assignment
This commit is contained in:
@@ -14,8 +14,6 @@ namespace Disco.Models.Services.Documents
|
||||
public bool AddFlag { get; set; }
|
||||
public string Comments { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public User User { get; set; }
|
||||
[JsonIgnore]
|
||||
public UserFlag UserFlag { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user