chore: renamed get_topic_meta to get_student_topic_details

This commit is contained in:
scmmishra
2019-04-22 12:06:28 +05:30
parent d5973fe4bc
commit d78c326f95
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ export default {
if(content_type == 'Quiz') return 'fa fa-question-circle-o'
},
getTopicMeta() {
return lms.call('get_topic_meta', {
return lms.call('get_student_topic_details', {
topic_name: this.topic.name,
course_name: this.course_name,
})