fix: Skip Progress and Completed by fields on Task Duplication (#22640)

This commit is contained in:
Marica
2020-07-10 12:31:08 +05:30
committed by GitHub
parent 8f038aa832
commit 8e887f39a2

View File

@@ -183,7 +183,8 @@
{
"fieldname": "progress",
"fieldtype": "Percent",
"label": "% Progress"
"label": "% Progress",
"no_copy": 1
},
{
"default": "0",
@@ -358,6 +359,7 @@
"fieldname": "completed_by",
"fieldtype": "Link",
"label": "Completed By",
"no_copy": 1,
"options": "User"
}
],
@@ -366,7 +368,7 @@
"is_tree": 1,
"links": [],
"max_attachments": 5,
"modified": "2020-06-24 04:30:53.712091",
"modified": "2020-07-03 12:36:04.960457",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task",