mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix null utcDateChanged in entity_changes, closes #1705
This commit is contained in:
parent
2c958eaacb
commit
5b5c2a2dbb
@ -41,7 +41,7 @@ class Entity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getUtcDateChanged() {
|
getUtcDateChanged() {
|
||||||
return this.utcDateModified;
|
return this.utcDateModified || this.utcDateCreated;
|
||||||
}
|
}
|
||||||
|
|
||||||
get repository() {
|
get repository() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user