Skip to content

Commit

Permalink
Update to get user access
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Dec 11, 2023
1 parent c07a9b5 commit 857a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/views/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def home(self) -> ReturnRenderWith:
'featured_project_sessions': scheduled_sessions_list,
'featured_project_schedule': featured_project_schedule,
'featured_accounts': [
p.access_for(roles={'all'}, datasets=('primary', 'related'))
p.current_access(datasets=('primary', 'related'))
for p in featured_accounts
],
}
Expand Down

0 comments on commit 857a380

Please sign in to comment.