fix RoleId missing from Permission Clone method

This commit is contained in:
sbwalker 2024-09-23 15:38:35 -04:00
parent be5df9c22a
commit b6508764d8

View File

@ -110,6 +110,7 @@ namespace Oqtane.Models
EntityId = EntityId, EntityId = EntityId,
PermissionName = PermissionName, PermissionName = PermissionName,
RoleName = RoleName, RoleName = RoleName,
RoleId = RoleId,
UserId = UserId, UserId = UserId,
IsAuthorized = IsAuthorized, IsAuthorized = IsAuthorized,
CreatedBy = CreatedBy, CreatedBy = CreatedBy,