melonhead901 / lab-specimen-transport-system

Automatically exported from code.google.com/p/lab-specimen-transport-system
0 stars 0 forks source link

Make Items fully deletable #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you delete items (can be done in the item show view), should delete 
everything about the item:

Also, should only be able to delete an item when it have not yet been picked up 
(check the check_ins for this)

  * Identifiers
  * Comments
  * Checkins

Original issue reported on code.google.com by donovanh...@gmail.com on 27 May 2011 at 12:36

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 69ea8be2054b.

Original comment by donovanh...@gmail.com on 27 May 2011 at 4:12

GoogleCodeExporter commented 8 years ago
Could you verify?

I'm currently deleting all identifiers, comments, check_ins, and a lost_item 
(if it exists).

Tell me if I'm missing anything.

Original comment by donovanh...@gmail.com on 27 May 2011 at 4:13

GoogleCodeExporter commented 8 years ago
Should we delete a lost_items model associated with the deleted item if one 
exists?

Otherwise, it looks good.

Original comment by liu.al...@gmail.com on 27 May 2011 at 5:42

GoogleCodeExporter commented 8 years ago
I am doing that.  It works for me at least...Should we not?

Original comment by donovanh...@gmail.com on 27 May 2011 at 8:20

GoogleCodeExporter commented 8 years ago
Oops. I misread your original comment. Good job on this.

Original comment by liu.al...@gmail.com on 27 May 2011 at 4:07