mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
fixes of recent entity changes
This commit is contained in:
@@ -40,6 +40,10 @@ class Entity {
|
||||
return utils.hash(contentToHash).substr(0, 10);
|
||||
}
|
||||
|
||||
getUtcDateChanged() {
|
||||
return this.utcDateModified || this.utcDateCreated;
|
||||
}
|
||||
|
||||
get repository() {
|
||||
if (!repo) {
|
||||
repo = require('../services/repository');
|
||||
|
||||
Reference in New Issue
Block a user