Skip to content

Commit

Permalink
fix: Request permissions for localized dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Apr 17, 2024
1 parent aab39ee commit 5767af9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platform_plugin_aspects/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ def generate_guest_token(user, course, dashboards, filters) -> str:
{"type": "dashboard", "id": get_localized_uuid(dashboard["uuid"], locale)}
)

print(resources)

data = {
"user": _superset_user_data(user),
"resources": resources,
Expand Down

0 comments on commit 5767af9

Please sign in to comment.