mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
refactor!: switch to creation sort (#40699)
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user