CMPUT301F13T02 / ChooseYourAdventure

BSD 3-Clause "New" or "Revised" License
1 stars 7 forks source link

Fixed duplication bug, Added a Generator for an example story. #132

Closed jcadek closed 11 years ago

jcadek commented 11 years ago

ESHandler had a bug where it was locally storing Story ID's after uploading, so when another user retrieved the data it would grab it with a null Story ID. Then if that 2nd user added a comment updateStory would add a new Story, duplicating it.

klindenbach commented 11 years ago

Sorry, what bug does this fix? Maybe open a ticket so we can track regression...

jcadek commented 11 years ago

ESHandler had a bug where it was locally storing Story ID's after uploading, so when another user retrieved the data it would grab it with a null Story ID. Then if that 2nd user added a comment updateStory would add a new Story, duplicating it.