Issue with ListView in Permissions Selection

Hi Allan,

I’m a beginner using your OpenRPA source code for my project, but I’ve encountered an issue with the ListView in the permissions selection feature.

  • The first time I select an account, I check or uncheck any permission box for that account. Then, I proceed to select another account to configure its permissions. However, when I try to select the new account, it fails—the selection doesn’t change.

  • I checked SelectItem, and it appears that the first account is still selected, causing a UI bug.

I tried fixing this bug in PermissionWindow.xaml and PermissionWindow.xaml.cs, but things didn’t go smoothly. I believe others might also be facing this issue.

Could you guide me on how to fix it?

Thanks!

I have the same issue as you

A workaround:
After making adjustment per user/role, close this window and reopen.

1 Like

I’ve moved this to the issues topic, i will see if i can reproduce this and get it fixed the next time i’m working on OpenRPA

1 Like