sous-chef
sous-chef copied to clipboard
Override orders modal dialog does not work with Chrome
Expected Behaviour
- When an order already exists for a client and date, and we create a new order for the same client and date, a modal dialog should ask the user for confirmation to replace the old order(s) with the new order(s). This should work in Chrome and Firefox. An example is :

Actual Behaviour
- In Firefox it works OK but in Chrome the modal does not show and we get a message like :

Steps to reproduce
1- Open Chrome and browse to http://localhost:8000/ 2- Click on Kitchen Count ( http://localhost:8000/delivery/order/ ) 3- Click on generate orders 4- Note the name of a client that has an order today 5- Click on Orders 6- Click on New order 7- In the select box, choose the client found in step 4 8- In the calendar, click on today's date 9- Click on Place orders and notice the message at the top.
Solved in https://github.com/santropolroulant/sous-chef/issues/12