refactor!: switch to creation sort (#40699)

This commit is contained in:
Ankush Menat
2024-03-27 13:45:34 +05:30
committed by GitHub
parent 95dcb75e93
commit dfde490c02
483 changed files with 5654 additions and 17407 deletions

View File

@@ -60,12 +60,11 @@
{
"fieldname": "communication_channel",
"fieldtype": "Select",
"label": "Communication Channel",
"options": ""
"label": "Communication Channel"
}
],
"links": [],
"modified": "2020-10-27 16:22:08.068542",
"modified": "2024-03-27 13:06:45.112268",
"modified_by": "Administrator",
"module": "Communication",
"name": "Communication Medium",
@@ -84,7 +83,8 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "ASC",
"states": [],
"track_changes": 1
}

View File

@@ -1,4 +1,5 @@
{
"actions": [],
"creation": "2019-06-05 11:43:38.897272",
"doctype": "DocType",
"editable_grid": 1,
@@ -44,13 +45,15 @@
}
],
"istable": 1,
"modified": "2019-06-05 12:19:59.994979",
"links": [],
"modified": "2024-03-27 13:06:45.252082",
"modified_by": "Administrator",
"module": "Communication",
"name": "Communication Medium Timeslot",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "ASC",
"states": [],
"track_changes": 1
}