Merge pull request #4658 from sbwalker/dev

fix RoleId missing from Permission Clone method
This commit is contained in:
Shaun Walker 2024-09-23 15:38:51 -04:00 committed by GitHub
commit 489e7d4a67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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