Skip to content

Commit

Permalink
chore: change default sort field to creation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Nov 16, 2024
1 parent 0ac0e07 commit 947f79a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-11-05 16:31:51.970776",
"modified": "2024-11-16 15:35:14.385560",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Incoming Mail",
Expand Down Expand Up @@ -469,7 +469,7 @@
}
],
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "subject",
Expand Down
4 changes: 2 additions & 2 deletions mail_client/mail_client/doctype/mail_alias/mail_alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-10-21 14:20:19.566926",
"modified": "2024-11-16 15:35:24.773591",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mail Alias",
Expand All @@ -83,7 +83,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2024-11-05 16:00:47.561767",
"modified": "2024-11-16 15:34:43.923232",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mail Client Settings",
Expand All @@ -211,7 +211,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-10-21 15:39:39.869636",
"modified": "2024-11-16 15:35:35.197481",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mail Contact",
Expand Down Expand Up @@ -89,7 +89,7 @@
}
],
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "email",
Expand Down
4 changes: 2 additions & 2 deletions mail_client/mail_client/doctype/mail_domain/mail_domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"link_fieldname": "domain_name"
}
],
"modified": "2024-11-14 18:22:39.676626",
"modified": "2024-11-16 15:34:25.472358",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mail Domain",
Expand All @@ -144,7 +144,7 @@
"write": 1
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
Expand Down
4 changes: 2 additions & 2 deletions mail_client/mail_client/doctype/mailbox/mailbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"link_fieldname": "sender"
}
],
"modified": "2024-11-09 21:32:39.060097",
"modified": "2024-11-16 15:34:54.602967",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Mailbox",
Expand Down Expand Up @@ -209,7 +209,7 @@
"role": "Mailbox User"
}
],
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"track_changes": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-11-05 08:56:43.928769",
"modified": "2024-11-16 15:35:03.128521",
"modified_by": "Administrator",
"module": "Mail Client",
"name": "Outgoing Mail",
Expand Down Expand Up @@ -498,7 +498,7 @@
}
],
"show_title_field_in_link": 1,
"sort_field": "modified",
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "subject",
Expand Down

0 comments on commit 947f79a

Please sign in to comment.