mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
QOL updates for profile meta
implement filterable meta for issue #158 update translations and use humanizer lib with datetime/timespan for issue #80
This commit is contained in:
@ -21,9 +21,9 @@ namespace ApplicationTests.Fixtures
|
||||
CurrentServer = currentServer
|
||||
};
|
||||
|
||||
public static EFClient CreateDatabaseClient(bool hasIp = true) => new EFClient()
|
||||
public static EFClient CreateDatabaseClient(bool hasIp = true, int clientId = 1) => new EFClient()
|
||||
{
|
||||
ClientId = 1,
|
||||
ClientId = clientId,
|
||||
ClientNumber = -1,
|
||||
AliasLinkId = 1,
|
||||
Level = EFClient.Permission.User,
|
||||
|
Reference in New Issue
Block a user