mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
renamed color field
This commit is contained in:
@@ -503,7 +503,7 @@
|
||||
"bold": 0,
|
||||
"collapsible": 0,
|
||||
"columns": 0,
|
||||
"fieldname": "_color",
|
||||
"fieldname": "color",
|
||||
"fieldtype": "Color",
|
||||
"hidden": 0,
|
||||
"ignore_user_permissions": 0,
|
||||
@@ -1283,7 +1283,7 @@
|
||||
"istable": 0,
|
||||
"max_attachments": 5,
|
||||
"menu_index": 0,
|
||||
"modified": "2018-04-27 16:31:41.490545",
|
||||
"modified": "2018-04-30 12:48:52.743838",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Task",
|
||||
|
||||
@@ -8,8 +8,7 @@ frappe.views.calendar["Task"] = {
|
||||
"id": "name",
|
||||
"title": "subject",
|
||||
"allDay": "allDay",
|
||||
"progress": "progress",
|
||||
"color": "_color"
|
||||
"progress": "progress"
|
||||
},
|
||||
gantt: true,
|
||||
filters: [
|
||||
|
||||
Reference in New Issue
Block a user