File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 297
297
# .. event_data: DiscussionThreadData
298
298
# .. event_warning: This event is currently incompatible with the event bus, list/dict cannot be serialized yet
299
299
FORUM_THREAD_CREATED = OpenEdxPublicSignal (
300
- event_type = "org.openedx.learning.thread.created.v1" ,
300
+ event_type = "org.openedx.learning.forum. thread.created.v1" ,
301
301
data = {
302
302
"thread" : DiscussionThreadData ,
303
303
}
309
309
# .. event_data: DiscussionThreadData
310
310
# .. event_warning: This event is currently incompatible with the event bus, list/dict cannot be serialized yet
311
311
FORUM_THREAD_RESPONSE_CREATED = OpenEdxPublicSignal (
312
- event_type = "org.openedx.learning.response.created.v1" ,
312
+ event_type = "org.openedx.learning.forum.thread. response.created.v1" ,
313
313
data = {
314
314
"thread" : DiscussionThreadData ,
315
315
}
321
321
# .. event_data: DiscussionThreadData
322
322
# .. event_warning: This event is currently incompatible with the event bus, list/dict cannot be serialized yet
323
323
FORUM_RESPONSE_COMMENT_CREATED = OpenEdxPublicSignal (
324
- event_type = "org.openedx.learning.response.created.v1" ,
324
+ event_type = "org.openedx.learning.forum.thread. response.comment .created.v1" ,
325
325
data = {
326
326
"thread" : DiscussionThreadData ,
327
327
}
Original file line number Diff line number Diff line change 24
24
"org.openedx.content_authoring.course.certificate_config.changed.v1" ,
25
25
"org.openedx.content_authoring.course.certificate_config.deleted.v1" ,
26
26
"org.openedx.learning.user.notification.requested.v1" ,
27
- "org.openedx.learning.thread.created.v1" ,
28
- "org.openedx.learning.response.created.v1" ,
29
- "org.openedx.learning.comment.created.v1" ,
27
+ "org.openedx.learning.forum. thread.created.v1" ,
28
+ "org.openedx.learning.forum.thread. response.created.v1" ,
29
+ "org.openedx.learning.forum.thread.response. comment.created.v1" ,
30
30
"org.openedx.learning.course.notification.requested.v1" ,
31
31
"org.openedx.learning.ora.submission.created.v1" ,
32
32
]
You can’t perform that action at this time.
0 commit comments