StatCan / StatCan.OrchardCore

Houses StatCan OrchardCore Modules
https://statcan.github.io/StatCan.OrchardCore/
MIT License
57 stars 12 forks source link

Display team members in Team SummaryAdmin #185

Closed arnaudroy97 closed 3 years ago

arnaudroy97 commented 3 years ago

fix #180 Add a dropdown button on the summary admin view that displays the team members. If clicked on it redirects to the user edit vue for that user.

jptissot commented 3 years ago

This is ok for now, but we should refactor this with some lazy loading at point. This will run X queries, X being the number of teams on the ContentItemList.

jptissot commented 3 years ago

@arnaudroystatcan Can you fix the conflicts and then we can merge

jptissot commented 3 years ago

Closing for now. We will do it properly via lazy loading.