Changes 3

This commit is contained in:
Kanchan Chauhan
2016-04-20 16:20:49 +05:30
parent 704f248952
commit 11638ba358
19 changed files with 116 additions and 88 deletions

View File

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