fix: discussions redesign

This commit is contained in:
pateljannat
2021-09-06 18:59:59 +05:30
parent 916e64d607
commit d657525359
17 changed files with 460 additions and 251 deletions

View File

@@ -58,7 +58,7 @@ class CustomUser(User):
"""
return frappe.get_all(
'LMS Course', {
'owner': self.name,
'instructor': self.name,
'is_published': True
})