Commit 90a94415 by Kelketek

Merge pull request #505 from edx-solutions/group_project_v2_cypress

[YONK-146] Fix GP v1 notifications
parents fd57e5a8 c083c903
......@@ -1072,7 +1072,7 @@ NOTIFICATION_CLICK_LINK_URL_MAPS = {
'open-edx.studio.announcements.*': '/courses/{course_id}/announcements',
'open-edx.lms.leaderboard.*': '/courses/{course_id}/cohort',
'open-edx.lms.discussions.*': '/courses/{course_id}/discussion/{commentable_id}/threads/{thread_id}',
'open-edx.xblock.group-project.*': '/courses/{course_id}/group_work?seqid={activity_location}',
'open-edx.xblock.group-project.*': '/courses/{course_id}/group_work?actid={activity_location}',
}
# list all known channel providers
......
......@@ -2691,7 +2691,7 @@ NOTIFICATION_CLICK_LINK_URL_MAPS = {
'open-edx.studio.announcements.*': '/courses/{course_id}/announcements',
'open-edx.lms.leaderboard.*': '/courses/{course_id}/cohort',
'open-edx.lms.discussions.*': '/courses/{course_id}/discussion/{commentable_id}/threads/{thread_id}',
'open-edx.xblock.group-project.*': '/courses/{course_id}/group_work?seqid={activity_location}',
'open-edx.xblock.group-project.*': '/courses/{course_id}/group_work?actid={activity_location}',
}
# list all known channel providers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment