Attività di "kresimirm"

Risposta

Thank you! Now roles are working as expected.

Risposta

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?

Risposta

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

Risposta

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?

1 - 4 di 4
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11