SuccessChanges

Summary

  1. Fixes in creating a player (details)
Commit 9255e664e4f1646171974af6379aa068d40aec92 by anrodriquez
Fixes in creating a player
When creating the player it was also indicated that it was the player's
profile. However this player is managed by the user, is not the same as
the player profile  The profile attribute can be null, so it is also
corrected at the JPA level.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Player.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/PlayerManagedBean.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/User.java (diff)