mirror of https://github.com/laurent22/joplin.git
All: Fixes #271: Sort by created time was not respected
parent
3370b57134
commit
dcaaf50a5a
|
@ -161,7 +161,7 @@ class Note extends BaseItem {
|
|||
}
|
||||
|
||||
static previewFields() {
|
||||
return ['id', 'title', 'body', 'is_todo', 'todo_completed', 'parent_id', 'updated_time', 'user_updated_time', 'encryption_applied'];
|
||||
return ['id', 'title', 'body', 'is_todo', 'todo_completed', 'parent_id', 'updated_time', 'user_updated_time', 'user_created_time', 'encryption_applied'];
|
||||
}
|
||||
|
||||
static previewFieldsSql() {
|
||||
|
|
Loading…
Reference in New Issue