kresimirm的活动

回答

Thank you! Now roles are working as expected.

回答

Hi EngincanV, I've got one more question. Is your code snippet working on server or client side? Because I don't have problem using it on back-end side of code (it works exacly as you sugest) . I've got problem using it on front-end, inside blazor component. Can you check that for me?

回答

Hi EngincanV, I'm not getting roles same way you do. Will check my solution settings. Thank you for your time.

回答

Dear EngincanV, thank you for your answer but this code snippet wont work.

If my current user is in two roles "Role1" and "Role2" currentUser.Roles will return string[] that contains one record with stringified '["Role1","Role2"]' so I will have to split or deserialize that string to check if user is in "Role1".

Furthermore, if user is just in one role currentUser.Roles will retrurn "RoleName" as simple string record so your code wont work again becasue it will compare "Role1" with '["Role1","Role2"]' .

I could solve this problem with few checks like is there '[' in record but it feels like hacking framework.

Can you check your answer one more time?

显示 4 个条目中的 1 到 4 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11