fix: enable track changes for issue doctype (#18290)

This commit is contained in:
Anurag Mishra 2019-07-12 14:29:20 +05:30 committed by Nabin Hait
parent f9e4391998
commit 70dbca2263

View File

@ -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
} }