fix RoleId missing from Permission Clone method
This commit is contained in:
parent
be5df9c22a
commit
b6508764d8
@ -110,6 +110,7 @@ namespace Oqtane.Models
|
||||
EntityId = EntityId,
|
||||
PermissionName = PermissionName,
|
||||
RoleName = RoleName,
|
||||
RoleId = RoleId,
|
||||
UserId = UserId,
|
||||
IsAuthorized = IsAuthorized,
|
||||
CreatedBy = CreatedBy,
|
||||
|
Reference in New Issue
Block a user