carreath / SWE4103-Project

Soccer League Management web app for SWE4103 Team 2
MIT License
1 stars 0 forks source link

Player view not filtered by selected league #160

Closed mlavoie14 closed 5 years ago

mlavoie14 commented 5 years ago

The Players view is not being filtered by the "League selector" and is showing all players.

User Type | Team manager USer Type | League Coordinator

Steps To Reproduce: 1) Log in with a league coordinator 2) create a second league 3) go to Admin -> Players 4) notice that the full list of players will show no matter the League selected at the top right.

Admin users can filter the list of players by changing the selector at the top right of the page.

brombaut commented 5 years ago

Fairly certain this is by design. The Admin-Players table should show the following:

If logged in as team manager, only show the players on your team. If logged in as League Coordinator, only show players on teams in your league. If logged in as Site Admin, only show player on teams in the currently selected league.

Can you double check and see if this is happening.

mlavoie14 commented 5 years ago

Works as Ben has previously commented - closing issue.