mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
fix: enable track changes for issue doctype (#18290)
This commit is contained in:
committed by
Nabin Hait
parent
f9e4391998
commit
70dbca2263
@@ -379,5 +379,6 @@
|
|||||||
"sort_order": "ASC",
|
"sort_order": "ASC",
|
||||||
"timeline_field": "customer",
|
"timeline_field": "customer",
|
||||||
"title_field": "subject",
|
"title_field": "subject",
|
||||||
|
"track_changes": 1,
|
||||||
"track_seen": 1
|
"track_seen": 1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user