What version are you running?
1.6.10
What's the URL of the page containing the problem?
create new request
What steps will reproduce the problem?
1. create a request as non admin user
2. try to update description or so
3.
What is the expected output? What do you see instead?
What operating system are you using? What browser?
all
Please provide any additional information below.
Since commit b7309fbfe638987ab9589f94261533cac5705fa9 for some tests submitter_id is used which is numeric value. Nevertheless checks expecting user's string id ( like kofemann instead of 11 ). This makes impossible to use RB for non admin users.