mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
provide note dates in the frontend API, fixes #4232
This commit is contained in:
@@ -128,8 +128,8 @@ export default class NoteInfoWidget extends NoteContextAwareWidget {
|
||||
.attr("title", metadata.dateCreated);
|
||||
|
||||
this.$dateModified
|
||||
.text(metadata.combinedDateModified.substr(0, 16))
|
||||
.attr("title", metadata.combinedDateModified);
|
||||
.text(metadata.dateModified.substr(0, 16))
|
||||
.attr("title", metadata.dateModified);
|
||||
|
||||
this.$type.text(note.type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user