Fixed an issue managing folder permissions#6440
Fixed an issue managing folder permissions#6440valadas merged 2 commits intodnnsoftware:developfrom schotman:develop
Conversation
|
This also successfully closes Issue #5847 from Nov 2023. @schotman, I don't think that I can thank you enough. Within an hour of you posting this fix, one of my clients stopped by the office to let me know that this had finally been addressed! Thank you !!! If there were an award to a 1-character-code fix, you'd easily win for 2025!! |
|
@jeremy-farrance |
I put a lot of effort into that recently and took a lot of notes to help other staff at our office. If you have anything to add or correct in the section titled, How to Change and Rebuild PersonaBar Components, please let me know! |
|
@valadas you marked this PR for 9.14.0, but it looks like it was included in 9.13.9 and 10.0.0, does that seem right to you? |
|
You are correct, just changed it but I have 17 others to check up |
Solve permission problems as reported in
Closes #6391
Closes #6318
Summary
this.lastPermissions?.rolePermissions?.find(p => p.roleId === rolePermission.roleId).permissions
the find returns an undefined for newly added roles (and users) to the permission grid, therefore the .permissions crashes and subsequent failures follow.