Improved CSS handling
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
{
|
||||
if (string.IsNullOrEmpty(PageSize))
|
||||
{
|
||||
MaxItems = 5;
|
||||
MaxItems = 10;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -102,6 +102,10 @@
|
||||
{
|
||||
permissionnames = "View,Edit";
|
||||
}
|
||||
else
|
||||
{
|
||||
permissionnames = PermissionNames;
|
||||
}
|
||||
roles = await RoleService.GetRolesAsync(ModuleState.SiteId);
|
||||
roles.Insert(0, new Role { Name = Constants.AllUsersRole });
|
||||
|
||||
|
Reference in New Issue
Block a user