Rudo
Posts: 0
Joined: Mon May 05, 2014 12:01 pm

Admin updating other users data

I currently have an application and also created an Admin page where all the users orders for a product are listed. The admin must then read the order and update the status of the order, i.e set it to "Received". I have a list and each listed item has a button when the button is clicked that orders status must be updated by the admin.

I have stored each orders _id in a field called admin_update_ref and send that through to the Request.

It all works in the Tester but in the browser I get status 400 Bad Request.

Image Image Image

Return to “Issues”