MichaelWallace30/schedulerCS356

Meeting ID doesn't drop in Account Meeting List

Closed this issue · 7 comments

the meeting is deleted from the MEETINGS table, and it's tables are deleted afterwards, but for some reason it is not deleting from account meetings, and their tables.

Problem is in the schedulers.

It gets added in Schedule table, but when meeting is deleted, it seems like the schedule can't find the owner id?

problem has been fixed.

Actually, account meeting table still holds the meeting id when it was deleted. This can raise some concerns of keeping garbage data.

Everything else works fine though

removeObject(Meeting)?

ok removeObject(Meeting) will remove the meeting from the accounts list an update the account on the db.