case 4504
This commit is contained in:
@@ -14,7 +14,8 @@ namespace Sockeye.Models
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
public string Subsite { get; set; } //always null unless customer has multiple sites with same pgroup type subscription
|
||||
[Required]
|
||||
public string Subsite { get; set; } = "main";
|
||||
public bool Active { get; set; }
|
||||
[Required]
|
||||
public ProductGroup PGroup { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user