Fix various Multi-Domain bugs
This commit is contained in:
@@ -32,6 +32,15 @@ namespace Disco.Models.Repository
|
||||
|
||||
[NotMapped, Obsolete("Should be using Combined Domain\\User format - UserId")]
|
||||
public string Id
|
||||
{
|
||||
get
|
||||
{
|
||||
return DomainUsername;
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public string DomainUsername
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user