feat: allow custom pages in sidebar query
This commit is contained in:
parent
a789ed772e
commit
dad0a87f78
1 changed files with 0 additions and 1 deletions
|
|
@ -292,7 +292,6 @@ def get_desk_sidebar_items(flatten=False):
|
|||
filters = {
|
||||
'restrict_to_domain': ['in', frappe.get_active_domains()],
|
||||
'extends_another_page': 0,
|
||||
'is_standard': 1,
|
||||
'for_user': '',
|
||||
'module': ['not in', blocked_modules]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue