jmueller17 / Aixada

Aixada helps self-managed consumption cooperatives to organize their flow of products, money, and information.
Other
33 stars 37 forks source link

The controller should check the order status. #201

Closed jorix closed 8 years ago

jorix commented 8 years ago

manage_orders.php allows close an order if it is open when the list orders is displayed. But what happens if another user has closed the order after displaying the list? Yes... the order will be closed twice, and activating provider products fail!

This patch proposes some controls on the server to prevent actions on orders that no longer have the state shown in the list or in the distribute page.