Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def _mount_superset_compose(
[
(
"authoring",
"course_authoring_outline_sidebar_slot",
"org.openedx.frontend.authoring.course_outline_sidebar.v1",
"""
{
op: PLUGIN_OPERATIONS.Insert,
Expand All @@ -701,7 +701,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_authoring_outline_sidebar_slot",
"org.openedx.frontend.authoring.course_outline_sidebar.v1",
"""
{
op: PLUGIN_OPERATIONS.Wrap,
Expand All @@ -711,7 +711,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_authoring_unit_sidebar_slot",
"org.openedx.frontend.authoring.course_unit_sidebar.v2",
"""
{
op: PLUGIN_OPERATIONS.Insert,
Expand All @@ -725,7 +725,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_authoring_unit_sidebar_slot",
"org.openedx.frontend.authoring.course_unit_sidebar.v2",
"""
{
op: PLUGIN_OPERATIONS.Wrap,
Expand All @@ -735,7 +735,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_unit_header_actions_slot",
"org.openedx.frontend.authoring.course_unit_header_actions.v1",
"""
{
op: PLUGIN_OPERATIONS.Insert,
Expand All @@ -749,7 +749,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_outline_header_actions_slot",
"org.openedx.frontend.authoring.course_outline_header_actions.v1",
"""
{
op: PLUGIN_OPERATIONS.Insert,
Expand All @@ -763,7 +763,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_outline_unit_card_extra_actions_slot",
"org.openedx.frontend.authoring.course_outline_unit_card_extra_actions.v1",
"""
{
op: PLUGIN_OPERATIONS.Insert,
Expand All @@ -777,7 +777,7 @@ def _mount_superset_compose(
),
(
"authoring",
"course_outline_subsection_card_extra_actions_slot",
"org.openedx.frontend.authoring.course_outline_subsection_card_extra_actions.v1",
"""
{
op: PLUGIN_OPERATIONS.Insert,
Expand Down