Skip to content

Commit

Permalink
Merge pull request #4658 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix RoleId missing from Permission Clone method
  • Loading branch information
sbwalker authored Sep 23, 2024
2 parents 89fa29b + b650876 commit 489e7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Shared/Models/Permission.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public Permission Clone()
EntityId = EntityId,
PermissionName = PermissionName,
RoleName = RoleName,
RoleId = RoleId,
UserId = UserId,
IsAuthorized = IsAuthorized,
CreatedBy = CreatedBy,
Expand Down

0 comments on commit 489e7d4

Please sign in to comment.