Merge pull request #14558 from ankush/perf/remove_track_changes

perf: remove "track changes" from log-like doctypes
This commit is contained in:
Ankush Menat 2021-11-01 14:27:00 +05:30 committed by GitHub
commit a03378e29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 21 additions and 30 deletions

View file

@ -154,7 +154,7 @@
"icon": "fa fa-comment",
"index_web_pages_for_search": 1,
"links": [],
"modified": "2020-08-28 11:43:57.504565",
"modified": "2021-10-25 11:43:57.504565",
"modified_by": "Administrator",
"module": "Core",
"name": "Activity Log",
@ -182,6 +182,5 @@
"sort_field": "modified",
"sort_order": "DESC",
"title_field": "subject",
"track_changes": 1,
"track_seen": 1
}

View file

@ -150,7 +150,7 @@
"fieldtype": "Column Break"
},
{
"default": "1",
"default": "0",
"depends_on": "eval:!doc.istable",
"description": "If enabled, changes to the document are tracked and shown in timeline",
"fieldname": "track_changes",
@ -649,7 +649,7 @@
"link_fieldname": "reference_doctype"
}
],
"modified": "2021-09-05 15:39:13.233403",
"modified": "2021-10-29 11:39:13.233403",
"modified_by": "Administrator",
"module": "Core",
"name": "DocType",

View file

@ -112,7 +112,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2017-03-14 12:21:44.292471",
"modified": "2021-10-25 12:21:44.292471",
"modified_by": "Administrator",
"module": "Core",
"name": "Error Log",
@ -144,6 +144,5 @@
"read_only_onload": 0,
"show_name_in_global_search": 0,
"sort_order": "ASC",
"track_changes": 1,
"track_seen": 0
}
}

View file

@ -359,7 +359,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2016-12-29 14:40:38.619106",
"modified": "2021-10-25 14:40:38.619106",
"modified_by": "Administrator",
"module": "Core",
"name": "Error Snapshot",
@ -394,6 +394,5 @@
"sort_field": "timestamp",
"sort_order": "DESC",
"title_field": "evalue",
"track_changes": 1,
"track_seen": 0
}
}

View file

@ -38,7 +38,7 @@
}
],
"links": [],
"modified": "2020-01-22 00:00:00.000000",
"modified": "2021-10-25 00:00:00.000000",
"modified_by": "Administrator",
"module": "Core",
"name": "Scheduled Job Log",
@ -59,6 +59,5 @@
],
"quick_entry": 1,
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
"sort_order": "DESC"
}

View file

@ -125,7 +125,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2019-09-05 14:22:27.664645",
"modified": "2021-10-25 14:22:27.664645",
"modified_by": "Administrator",
"module": "Core",
"name": "View Log",
@ -158,7 +158,6 @@
"show_name_in_global_search": 0,
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1,
"track_seen": 0,
"track_views": 0
}
}

View file

@ -120,7 +120,7 @@
"hide_toolbar": 1,
"in_create": 1,
"links": [],
"modified": "2020-09-18 17:26:09.703215",
"modified": "2021-10-25 17:26:09.703215",
"modified_by": "Administrator",
"module": "Desk",
"name": "Notification Log",
@ -139,6 +139,5 @@
"sort_field": "modified",
"sort_order": "DESC",
"title_field": "subject",
"track_changes": 1,
"track_seen": 1
}
}

View file

@ -88,7 +88,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 0,
"modified": "2018-10-05 13:26:03.106050",
"modified": "2021-10-25 13:26:03.106050",
"modified_by": "Administrator",
"module": "Desk",
"name": "Route History",
@ -121,7 +121,6 @@
"show_name_in_global_search": 0,
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1,
"track_seen": 0,
"track_views": 0
}
}

View file

@ -112,7 +112,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2020-10-06 17:25:40.477044",
"modified": "2021-10-25 17:25:40.477044",
"modified_by": "Administrator",
"module": "Social",
"name": "Energy Point Log",
@ -131,6 +131,5 @@
],
"sort_field": "modified",
"sort_order": "DESC",
"title_field": "user",
"track_changes": 1
}
"title_field": "user"
}

View file

@ -59,7 +59,7 @@
],
"in_create": 1,
"links": [],
"modified": "2020-05-05 14:11:24.718770",
"modified": "2021-10-25 14:11:24.718770",
"modified_by": "Administrator",
"module": "Website",
"name": "Web Page View",
@ -82,6 +82,5 @@
"read_only": 1,
"sort_field": "modified",
"sort_order": "DESC",
"title_field": "path",
"track_changes": 1
}
"title_field": "path"
}