jaanmeld / tennis-ladder-online

Automatically exported from code.google.com/p/tennis-ladder-online
0 stars 0 forks source link

when /update position for a team, the position in the team table wasn't updated properly #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
maybe because the name is not directly mapped: team ->position:LevelPosition

temporally added save team in LevelPositionController

Original issue reported on code.google.com by will....@gmail.com on 8 May 2010 at 3:34

GoogleCodeExporter commented 8 years ago
The domain model has defects: ONE to one should only keep foreign key on one 
side.
the position id in team table has been removed. (position from a property 
changed to
belongsTo)

Original comment by will....@gmail.com on 9 May 2010 at 1:23