Skip to content

Commit

Permalink
fix(ux): enable Quick Entry for Task
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Nov 20, 2023
1 parent 8c6e341 commit 331ad62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion erpnext/projects/doctype/task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
],
"fields": [
{
"allow_in_quick_entry": 1,
"fieldname": "subject",
"fieldtype": "Data",
"in_global_search": 1,
Expand All @@ -66,6 +67,7 @@
"search_index": 1
},
{
"allow_in_quick_entry": 1,
"bold": 1,
"fieldname": "project",
"fieldtype": "Link",
Expand Down Expand Up @@ -396,7 +398,7 @@
"is_tree": 1,
"links": [],
"max_attachments": 5,
"modified": "2023-09-28 13:52:05.861175",
"modified": "2023-11-20 11:42:41.884069",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task",
Expand All @@ -416,6 +418,7 @@
"write": 1
}
],
"quick_entry": 1,
"search_fields": "subject",
"show_name_in_global_search": 1,
"show_preview_popup": 1,
Expand Down

0 comments on commit 331ad62

Please sign in to comment.