gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Attempting to delete a record on the advanced sightings screen will cause foreign key constraint violation #343

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Make a record that has some metadata. Currently the only way I know of how to 
do this is to upload a record via ApplicationService.

Attempt to delete the record from the advanced review screen, will get a 500 
page caused by foreign key constraint violation between record and metadata.

Fix done in RecordDAOImpl.delete method, add handling for metadata.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 10 Sep 2012 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by aaron.lo...@gmail.com on 12 Sep 2012 at 3:55