sous-chef icon indicating copy to clipboard operation
sous-chef copied to clipboard

Override orders modal dialog does not work with Chrome

Open lamontfr opened this issue 8 years ago • 1 comments

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 :

override_orders_modal

Actual Behaviour

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

chrome_over_order

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.

lamontfr avatar May 20 '17 21:05 lamontfr

Solved in https://github.com/santropolroulant/sous-chef/issues/12

guillaumep avatar Jan 08 '21 16:01 guillaumep