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!