Users of a particular role are unable to create orders in Magento admin, they get “Access denied” error.
Cache is disabled and this even exists for a new user, so cookies are not a problem here.
I couldn’t trace this down to any recent change in codebase and I am clueless how it creep in. Any pointers on how should I troubleshoot this?
Solved it by creating a new role with the exact same permissions and then moved all the users to it.