Changes 2

This commit is contained in:
Kanchan Chauhan
2016-04-15 14:52:23 +05:30
parent 2dbf5294a9
commit 704f248952
9 changed files with 27 additions and 22 deletions

View File

@@ -57,7 +57,8 @@ def get_list_context(context=None):
return {
"title": _("My Issues"),
"get_list": get_issue_list,
"row_template": "templates/includes/issue_row.html"
"row_template": "templates/includes/issue_row.html",
"show_sidebar": True
}
def get_issue_list(doctype, txt, filters, limit_start, limit_page_length=20):