slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Users can be assigned to multiple slots simultaneously #29

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

Before the slot group change, players could only be assigned to a single slot per mission. Since the slots are not directly associated with a mission anymore, the current - basic - check for duplicate slot assignments does not work properly anymore, allowing for a user to be assigned to multiple slots.

This behavior should be prevented again.


Tasks