Merge pull request #5047 from umairsy/task-list-fix
On Task, added default filter, Status=Open
This commit is contained in:
commit
0a9ad699cf
@ -1,5 +1,6 @@
|
||||
frappe.listview_settings['Task'] = {
|
||||
add_fields: ["project", "status", "priority", "exp_end_date"],
|
||||
filters: [["status", "=", "Open"]],
|
||||
onload: function(listview) {
|
||||
var method = "erpnext.projects.doctype.task.task.set_multiple_status";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user