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,
PermissionName = PermissionName,
RoleName = RoleName,
RoleId = RoleId,
UserId = UserId,
IsAuthorized = IsAuthorized,
CreatedBy = CreatedBy,