feature: custom details first-class
custom details (such as those from the UserDetails plugin) can now be more deeply integrated throughtout the system
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Disco.Models.Services.Authorization;
|
||||
using Disco.Models.Services.Documents;
|
||||
using Disco.Models.Services.Jobs.JobLists;
|
||||
using Disco.Models.Services.Plugins.Details;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.User
|
||||
@@ -17,5 +18,8 @@ namespace Disco.Models.UI.User
|
||||
|
||||
IAuthorizationToken AuthorizationToken { get; set; }
|
||||
IClaimNavigatorItem ClaimNavigator { get; set; }
|
||||
DetailsResult UserDetails { get; set; }
|
||||
bool HasUserPhoto { get; set; }
|
||||
Dictionary<string, DetailsResult> AssignedDevicesDetails { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user