Skip to content

Commit

Permalink
stats: Give all organizations instead of only the current one for TB 440
Browse files Browse the repository at this point in the history
  • Loading branch information
rsebille committed Sep 19, 2024
1 parent e82fe68 commit 1389872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/www/stats/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def stats_siae_orga_etp(request):
request=request,
context=context,
params={
mb.ASP_SIAE_FILTER_KEY_FLAVOR3: [str(current_org.convention.asp_id)],
mb.ASP_SIAE_FILTER_KEY_FLAVOR3: [org.convention.asp_id for org in request.organizations],
},
)

Expand Down

0 comments on commit 1389872

Please sign in to comment.