Feature #26: User Flags
Flags can be associated with Users. Includes minor updates to Job Queues and improved visibility of user information.
This commit is contained in:
@@ -177,6 +177,11 @@ namespace Disco.Data.Repository.Monitor
|
||||
{
|
||||
key["UserId"] = ((UserAttachment)entryState.Entity).UserId;
|
||||
}
|
||||
if (entryState.Entity is UserFlagAssignment)
|
||||
{
|
||||
key["UserFlagId"] = ((UserFlagAssignment)entryState.Entity).UserFlagId;
|
||||
key["UserId"] = ((UserFlagAssignment)entryState.Entity).UserId;
|
||||
}
|
||||
|
||||
return key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user