kneczaj / pi-puppids

Automatically exported from code.google.com/p/pi-puppids
0 stars 0 forks source link

Team invitation leads to nullpointer exception #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login
2. Try to invite an email that isn't registered yet
3. Use the link from the email to join the team

Using the link leads to a nullpointer exception, because the unregistered 
player cannot be found in the db.

Either it should be prevented to invite unregistered players to a team or the 
player should be prompted to register.

Original issue reported on code.google.com by michi.sc...@gmail.com on 19 Dec 2012 at 6:09

GoogleCodeExporter commented 8 years ago
Yes, now, only sending of invitation for a new player works. Accepting them is 
not implemented yet ;). It was quite late and I simply forgot to mention about 
it in the commit note.

Original comment by knec...@gmail.com on 19 Dec 2012 at 7:42

GoogleCodeExporter commented 8 years ago
Fixed in rev 145

Original comment by knec...@gmail.com on 30 Dec 2012 at 10:39