fix: sider fix
This commit is contained in:
parent
5498ad8bd2
commit
2512e87669
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Workspace(Document):
|
|||
|
||||
@staticmethod
|
||||
def get_module_page_map():
|
||||
pages = frappe.get_all("Workspace", fields=["name", "module"], filters={ 'for_user': '' }, as_list=1)
|
||||
pages = frappe.get_all("Workspace", fields=["name", "module"], filters={'for_user': ''}, as_list=1)
|
||||
|
||||
return { page[1]: page[0] for page in pages if page[1] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue