mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
fix: Fetch Task subject from Task (#24729)
This commit is contained in:
committed by
GitHub
parent
1be997beb4
commit
286e00bdf2
@@ -20,6 +20,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"columns": 6,
|
"columns": 6,
|
||||||
|
"fetch_from": "task.subject",
|
||||||
"fieldname": "subject",
|
"fieldname": "subject",
|
||||||
"fieldtype": "Read Only",
|
"fieldtype": "Read Only",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-01-07 15:13:40.995071",
|
"modified": "2021-02-24 15:18:49.095071",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
"name": "Project Template Task",
|
"name": "Project Template Task",
|
||||||
|
|||||||
Reference in New Issue
Block a user