Skip to content

Commit 23b14fc

Browse files
authored
fix: Add allow_translations to instructor dash settings (#715)
1 parent 2253a48 commit 23b14fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tutoraspects/plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,19 @@
8383
"name": "Course Dashboard",
8484
"slug": "course-dashboard-v1",
8585
"uuid": "c0e64194-33d1-4d5a-8c10-4f51530c5ee9",
86+
"allow_translations": True,
8687
},
8788
{
8889
"name": "Learner Groups Dashboard",
8990
"slug": "learner-groups",
9091
"uuid": "8661d20c-cee6-4245-9fcc-610daea5fd24",
92+
"allow_translations": True,
9193
},
9294
{
9395
"name": "Individual Learner Dashboard",
9496
"slug": "individual-learner",
9597
"uuid": "abae8a25-1ba4-4653-81bd-d3937a162a11",
98+
"allow_translations": True,
9699
},
97100
],
98101
),

0 commit comments

Comments
 (0)