mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Merge pull request #5296 from KanchanChauhan/websitemakeover
New look to the website
This commit is contained in:
@@ -55,11 +55,12 @@ class Issue(Document):
|
||||
|
||||
def get_list_context(context=None):
|
||||
return {
|
||||
"title": _("My Issues"),
|
||||
"title": _("Issues"),
|
||||
"get_list": get_issue_list,
|
||||
"row_template": "templates/includes/issue_row.html",
|
||||
"show_sidebar": True,
|
||||
"show_search": True
|
||||
"show_search": True,
|
||||
'no_breadcrumbs': True
|
||||
}
|
||||
|
||||
def get_issue_list(doctype, txt, filters, limit_start, limit_page_length=20):
|
||||
|
||||
Reference in New Issue
Block a user