Skip to content

Commit

Permalink
fix: Add allow_translations to instructor dash settings (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril authored Apr 11, 2024
1 parent 2253a48 commit 23b14fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,19 @@
"name": "Course Dashboard",
"slug": "course-dashboard-v1",
"uuid": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
"allow_translations": True,
},
{
"name": "Learner Groups Dashboard",
"slug": "learner-groups",
"uuid": "8661d20c-cee6-4245-9fcc-610daea5fd24",
"allow_translations": True,
},
{
"name": "Individual Learner Dashboard",
"slug": "individual-learner",
"uuid": "abae8a25-1ba4-4653-81bd-d3937a162a11",
"allow_translations": True,
},
],
),
Expand Down

0 comments on commit 23b14fc

Please sign in to comment.