tyrelltle / tradenow

tradepth
0 stars 0 forks source link

Product deletion fail with table dependency error #23

Open tyrelltle opened 9 years ago

tyrelltle commented 9 years ago

Once a product is associated with a trade, when user deletes this product, the backend is missing the logics to delete the dependent trade first, as result an error will occur.

Design decision is needed, whether we want to delete the associated trade when a product is deleted? will that cause user confusion?