mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
unify audit fields, fixes #102
This commit is contained in:
@@ -19,7 +19,7 @@ async function showDialog() {
|
||||
$list.html('');
|
||||
|
||||
for (const event of result) {
|
||||
const dateTime = utils.formatDateTime(utils.parseDate(event.dateAdded));
|
||||
const dateTime = utils.formatDateTime(utils.parseDate(event.dateCreated));
|
||||
|
||||
if (event.noteId) {
|
||||
const noteLink = await linkService.createNoteLink(event.noteId).prop('outerHTML');
|
||||
|
||||
Reference in New Issue
Block a user