mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
chore: renamed get_topic_meta to get_student_topic_details
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user