SuccessChanges

Summary

  1. tsk23 Implements adding public player to user managed team (details)
Commit 38945c1cfaa58a21f64a6a38142a21a36e679a51 by jvsantamarina
tsk23 Implements adding public player to user managed team
In order to resolve this task, there has been added a new search bar in
the edit team view to find public players and add them to the team.
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/PlayersDataset.java (diff)
The file was modifiedjsf/src/main/java/ligaaas/teamc/jsf/UserTeamsManagedBean.java (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/PlayerEJBTest.java (diff)
The file was modifiedservice/src/main/java/ligaaas/teamc/service/PlayerEJB.java (diff)
The file was modifiedjsf/src/main/webapp/views/private/userTeamEdit.xhtml (diff)
The file was addedtests/src/main/resources/datasets/playersPublic.xml (diff)