From 3dd85a0e9e8f29a5e1f506222a45112a7083f7df Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Fri, 27 Jan 2017 12:34:06 +0530 Subject: [PATCH] Task rename now possible --- erpnext/projects/doctype/task/task.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/projects/doctype/task/task.json b/erpnext/projects/doctype/task/task.json index 9cd2aa8072..7433222538 100644 --- a/erpnext/projects/doctype/task/task.json +++ b/erpnext/projects/doctype/task/task.json @@ -1,7 +1,7 @@ { "allow_copy": 0, "allow_import": 1, - "allow_rename": 0, + "allow_rename": 1, "autoname": "TASK.#####", "beta": 0, "creation": "2013-01-29 19:25:50", @@ -944,7 +944,7 @@ "istable": 0, "max_attachments": 5, "menu_index": 0, - "modified": "2016-11-07 05:12:23.294476", + "modified": "2017-01-27 01:26:24.985167", "modified_by": "Administrator", "module": "Projects", "name": "Task", @@ -960,7 +960,6 @@ "export": 0, "if_owner": 0, "import": 0, - "is_custom": 0, "permlevel": 0, "print": 1, "read": 1, @@ -979,5 +978,6 @@ "sort_order": "DESC", "timeline_field": "project", "title_field": "subject", + "track_changes": 0, "track_seen": 1 } \ No newline at end of file