When you try to delete an item on your list and that
item was reserved by someone and that someone longer
has a "gift Registry" account the delete fails.
"Recipient does not exist." is displayed on the web page.
This is a referential integrity issue: what *should* happen to gift reservations made by a user when that user is deleted? I'm thinking it should be changed to a logical delete.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1044557
Originator: NO
This is a referential integrity issue: what *should* happen to gift reservations made by a user when that user is deleted? I'm thinking it should be changed to a logical delete.