Open Vepp1 opened 2 years ago
The orders can be edited. Only logged users can access this page, implemented using LoginRequiredMixing.
To be implemented: Users must only update orders that are not approved yet.
Add if clause to edit and delete order to check order status. If order is not waiting for approval, it cannot be modified.
As a client I can access my orders so that I can update them.