Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fix incorrect message/error for instrument access (#8284)
An incorrect error message was displayed on the frontend when a user did not have the permission to access an instrument. The code was test looping on ALL permissions, but it failed when trying to do so on only ONE permission (the loop went through the instrument name and permission instead of the actual instruments objects). Resolves #8171
- Loading branch information