cbmarcum / mybusiness

A Grails 4 plugin for online product e-commerce
Apache License 2.0
5 stars 1 forks source link

can't delete products with good id's or product features #78

Closed cbmarcum closed 5 years ago

cbmarcum commented 5 years ago

can't delete products with good id's or product features. Throws a referential integrity error.

Steps to reproduce the behavior:

  1. Go to show view for a product and delete.
  2. See error

Expected behavior: product deletes.

Since the database is in production we probably shouldn't use belongsTo on the hasManys but gather and delete before product instead.

cbmarcum commented 5 years ago

fixed