BGWE / BoardgameWE

Backend of the Board Game Componion application.
MIT License
2 stars 0 forks source link

Updating event in Game doesn't work #249

Closed FServais closed 4 years ago

FServais commented 4 years ago

After creating an event outside an event and then trying to update the event, updating that event doesn't work.

waliens commented 4 years ago

github.com/BGWE/BoardgameWE/blob/master/api/GameController.js#L125

Currently, the event id associated with a game cannot be changed for security reasons. I will change that behavior: it will be possible to unbind a game from an event or to bind a standalone game to an event. It will not be possible to switch a game from an event to another.