Hey!
This is driving me mad and I'm sure it's either:
- I've been working on this for too long and I am overlooking the obvious / need a break
- A bug
Context: I have an interface where there are requests from form submissions. There is a 2 step approval process, where approvers should set a status by clicking a button. These users are "editors" in the interface, so permissions should not be the issue.
When I "View As" / Preview as one of these approvers, I see that the buttons function correctly and I can set the statuses. Image below.
![Screenshot 2023-03-29 at 15.10.37.png Screenshot 2023-03-29 at 15.10.37.png](/t5/image/serverpage/image-id/26738i8ED52EC19D6B20E4/image-dimensions/538x340?v=v2)
This approver though has a different view - they cannot click the buttons. I'm a bit at a loss for what to do in terms of troubleshooting. The tricky part is, there are 5 or so approvers, and ONE of them is able to interact with the buttons and set the status (calibrated / flagged / clear).
![Screenshot 2023-03-29 at 14.59.44.png Screenshot 2023-03-29 at 14.59.44.png](/t5/image/serverpage/image-id/26737iD598B825155C1CE7/image-dimensions/530x240?v=v2)
Any suggestions/thoughts?