Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
90a94415
Commit
90a94415
authored
Aug 28, 2015
by
Kelketek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #505 from edx-solutions/group_project_v2_cypress
[YONK-146] Fix GP v1 notifications
parents
fd57e5a8
c083c903
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/envs/common.py
+1
-1
lms/envs/common.py
+1
-1
No files found.
cms/envs/common.py
View file @
90a94415
...
@@ -1072,7 +1072,7 @@ NOTIFICATION_CLICK_LINK_URL_MAPS = {
...
@@ -1072,7 +1072,7 @@ NOTIFICATION_CLICK_LINK_URL_MAPS = {
'open-edx.studio.announcements.*'
:
'/courses/{course_id}/announcements'
,
'open-edx.studio.announcements.*'
:
'/courses/{course_id}/announcements'
,
'open-edx.lms.leaderboard.*'
:
'/courses/{course_id}/cohort'
,
'open-edx.lms.leaderboard.*'
:
'/courses/{course_id}/cohort'
,
'open-edx.lms.discussions.*'
:
'/courses/{course_id}/discussion/{commentable_id}/threads/{thread_id}'
,
'open-edx.lms.discussions.*'
:
'/courses/{course_id}/discussion/{commentable_id}/threads/{thread_id}'
,
'open-edx.xblock.group-project.*'
:
'/courses/{course_id}/group_work?
seq
id={activity_location}'
,
'open-edx.xblock.group-project.*'
:
'/courses/{course_id}/group_work?
act
id={activity_location}'
,
}
}
# list all known channel providers
# list all known channel providers
...
...
lms/envs/common.py
View file @
90a94415
...
@@ -2691,7 +2691,7 @@ NOTIFICATION_CLICK_LINK_URL_MAPS = {
...
@@ -2691,7 +2691,7 @@ NOTIFICATION_CLICK_LINK_URL_MAPS = {
'open-edx.studio.announcements.*'
:
'/courses/{course_id}/announcements'
,
'open-edx.studio.announcements.*'
:
'/courses/{course_id}/announcements'
,
'open-edx.lms.leaderboard.*'
:
'/courses/{course_id}/cohort'
,
'open-edx.lms.leaderboard.*'
:
'/courses/{course_id}/cohort'
,
'open-edx.lms.discussions.*'
:
'/courses/{course_id}/discussion/{commentable_id}/threads/{thread_id}'
,
'open-edx.lms.discussions.*'
:
'/courses/{course_id}/discussion/{commentable_id}/threads/{thread_id}'
,
'open-edx.xblock.group-project.*'
:
'/courses/{course_id}/group_work?
seq
id={activity_location}'
,
'open-edx.xblock.group-project.*'
:
'/courses/{course_id}/group_work?
act
id={activity_location}'
,
}
}
# list all known channel providers
# list all known channel providers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment