Skip to content

Commit

Permalink
fix: Enable track changes on few doctypes
Browse files Browse the repository at this point in the history
- To track who made the change and to potentially recover some data
  • Loading branch information
surajshetty3416 committed Nov 13, 2024
1 parent bb07abc commit 098294f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"table_fieldname": "client_scripts"
}
],
"modified": "2023-11-27 13:05:19.427647",
"modified": "2024-11-13 20:08:54.615438",
"modified_by": "Administrator",
"module": "Builder",
"name": "Builder Client Script",
Expand Down Expand Up @@ -73,5 +73,6 @@
],
"sort_field": "modified",
"sort_order": "DESC",
"states": []
"states": [],
"track_changes": 1
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2024-05-27 16:54:08.439843",
"modified": "2024-11-13 20:08:03.270174",
"modified_by": "Administrator",
"module": "Builder",
"name": "Builder Settings",
Expand All @@ -91,5 +91,6 @@
],
"sort_field": "modified",
"sort_order": "DESC",
"states": []
"states": [],
"track_changes": 1
}
5 changes: 3 additions & 2 deletions builder/builder/doctype/user_font/user_font.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-09-26 11:24:22.897525",
"modified": "2024-11-13 20:08:24.187664",
"modified_by": "Administrator",
"module": "Builder",
"name": "User Font",
Expand Down Expand Up @@ -58,5 +58,6 @@
],
"sort_field": "creation",
"sort_order": "DESC",
"states": []
"states": [],
"track_changes": 1
}

0 comments on commit 098294f

Please sign in to comment.