feat: allow custom pages in sidebar query

This commit is contained in:
Shivam Mishra 2020-05-13 19:13:33 +05:30
parent a789ed772e
commit dad0a87f78

View file

@ -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]
}