Merge branch '2.3' into 2.4-pr
This commit is contained in:
commit
5073ec39bf
@ -104,7 +104,8 @@ namespace WebfrontCore.Controllers
|
|||||||
public async Task<IActionResult> PrivilegedAsync()
|
public async Task<IActionResult> PrivilegedAsync()
|
||||||
{
|
{
|
||||||
var admins = (await Manager.GetClientService().GetPrivilegedClients())
|
var admins = (await Manager.GetClientService().GetPrivilegedClients())
|
||||||
.OrderBy(_client => _client.Name);
|
.OrderByDescending(_client => _client.Level)
|
||||||
|
.ThenBy(_client => _client.Name);
|
||||||
|
|
||||||
var adminsDict = new Dictionary<EFClient.Permission, IList<ClientInfo>>();
|
var adminsDict = new Dictionary<EFClient.Permission, IList<ClientInfo>>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user