mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
refactor!: switch to creation sort (#40699)
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
"link_fieldname": "maintenance_schedule"
|
||||
}
|
||||
],
|
||||
"modified": "2024-03-22 16:01:11.868813",
|
||||
"modified": "2024-03-27 13:10:03.659952",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Maintenance",
|
||||
"name": "Maintenance Schedule",
|
||||
@@ -261,7 +261,7 @@
|
||||
}
|
||||
],
|
||||
"search_fields": "status,customer,customer_name",
|
||||
"sort_field": "modified",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"timeline_field": "customer"
|
||||
|
||||
@@ -126,14 +126,15 @@
|
||||
"idx": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2021-09-16 21:25:22.506485",
|
||||
"modified": "2024-03-27 13:10:03.867515",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Maintenance",
|
||||
"name": "Maintenance Schedule Detail",
|
||||
"naming_rule": "Random",
|
||||
"owner": "Administrator",
|
||||
"permissions": [],
|
||||
"sort_field": "modified",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"track_changes": 1
|
||||
}
|
||||
@@ -164,14 +164,14 @@
|
||||
"idx": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2023-03-22 18:44:36.816037",
|
||||
"modified": "2024-03-27 13:10:03.992727",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Maintenance",
|
||||
"name": "Maintenance Schedule Item",
|
||||
"naming_rule": "Random",
|
||||
"owner": "Administrator",
|
||||
"permissions": [],
|
||||
"sort_field": "modified",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": []
|
||||
}
|
||||
@@ -295,7 +295,7 @@
|
||||
"idx": 1,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
"modified": "2024-03-22 16:01:12.354826",
|
||||
"modified": "2024-03-27 13:10:04.257508",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Maintenance",
|
||||
"name": "Maintenance Visit",
|
||||
@@ -319,7 +319,7 @@
|
||||
],
|
||||
"search_fields": "status,maintenance_type,customer,customer_name,mntc_date,company",
|
||||
"show_name_in_global_search": 1,
|
||||
"sort_field": "modified",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"timeline_field": "customer",
|
||||
|
||||
@@ -117,14 +117,14 @@
|
||||
"idx": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
"modified": "2024-01-05 21:46:53.239830",
|
||||
"modified": "2024-03-27 13:10:04.435746",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Maintenance",
|
||||
"name": "Maintenance Visit Purpose",
|
||||
"naming_rule": "Random",
|
||||
"owner": "Administrator",
|
||||
"permissions": [],
|
||||
"sort_field": "modified",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"track_changes": 1
|
||||
|
||||
Reference in New Issue
Block a user