TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Unable to move players between tables after creating player with duplicate name #50

Open CE-West opened 3 years ago

CE-West commented 3 years ago

After creating a player with a duplicate name, users are unable to move that player (or any other player created afterwards) between tables unless another player is moved first.

Steps to reproduce:

  1. Ensure that a player exists in the system already.
  2. Create a new player with a unique name.
  3. Attempt to create a second new player with the same name as the character created in step 1.
  4. (Optional) Create a new player with a unique name (i.e., different from the character created in step 1.)
  5. Move to table view and attempt to move the character from step 1 to a table. The character will rubber-band back to Table 0.
  6. (Optional) Do the same with the character created in step 3. This character will also snap back to Table 0.
  7. Move a character created before step 1 into a different table.
  8. Move the character created in step 1 between tables. It will move normally.
  9. (Optional) Move the character created in step 3 between tables. It will move normally.