SuccessChanges

Summary

  1. Change scope of Team backing beans (details)
Commit b4304716572885dd0464e3a4a406f7f4639e2775 by anrodriquez
Change scope of Team backing beans
For the implementation, it is necessary that the team backing bean is
active more than one HTTP request, however, being ApplicationScoped is
shared by all the interactions of all users of the application.
Therefore it is changed to SessionScoped, which will be active during
multiple interactions of an user.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/TeamManagedBean.java (diff)