Merge pull request #19482 from MaxMorais/patch-9

fix: Wrong datafield type in Task
This commit is contained in:
Deepesh Garg
2019-11-03 17:12:15 +05:30
committed by GitHub

View File

@@ -713,7 +713,7 @@
"depends_on": "",
"fetch_if_empty": 0,
"fieldname": "depends_on_tasks",
"fieldtype": "Data",
"fieldtype": "Long Text",
"hidden": 1,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
@@ -1433,4 +1433,4 @@
"track_changes": 0,
"track_seen": 1,
"track_views": 0
}
}