fix: discussions redesign
This commit is contained in:
@@ -58,7 +58,7 @@ class CustomUser(User):
|
||||
"""
|
||||
return frappe.get_all(
|
||||
'LMS Course', {
|
||||
'owner': self.name,
|
||||
'instructor': self.name,
|
||||
'is_published': True
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user