fix: change project's actual_start_date fieldtype from Data to Date (backport #31085) (#31135)

Co-authored-by: sersaber <93864988+sersaber@users.noreply.github.com>
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
mergify[bot]
2022-05-26 10:32:10 +05:30
committed by GitHub
parent 0b0d57f7c2
commit 8c2f203361

View File

@@ -234,7 +234,7 @@
}, },
{ {
"fieldname": "actual_start_date", "fieldname": "actual_start_date",
"fieldtype": "Data", "fieldtype": "Date",
"label": "Actual Start Date", "label": "Actual Start Date",
"read_only": 1 "read_only": 1
}, },
@@ -458,7 +458,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"max_attachments": 4, "max_attachments": 4,
"modified": "2021-04-28 16:36:11.654632", "modified": "2022-05-25 22:45:06.108499",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Project", "name": "Project",
@@ -502,4 +502,4 @@
"timeline_field": "customer", "timeline_field": "customer",
"title_field": "project_name", "title_field": "project_name",
"track_seen": 1 "track_seen": 1
} }