mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix in passing originEntity from frontend to backend, some refactorings
This commit is contained in:
@@ -10,7 +10,7 @@ const LABEL = 'label';
|
||||
const RELATION = 'relation';
|
||||
|
||||
class Note extends Entity {
|
||||
static get tableName() { return "notes"; }
|
||||
static get entityName() { return "notes"; }
|
||||
static get primaryKeyName() { return "noteId"; }
|
||||
static get hashedProperties() { return ["noteId", "title", "content", "type", "isProtected", "isDeleted"]; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user