mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
it's now possible to mark relation as inheritable (previously this was hardcoded for specific relation names)
This commit is contained in:
@@ -123,6 +123,7 @@ function RelationsModel() {
|
||||
relationId: '',
|
||||
name: '',
|
||||
targetNoteId: '',
|
||||
isInheritable: 0,
|
||||
isDeleted: 0,
|
||||
position: 0
|
||||
}));
|
||||
@@ -176,7 +177,7 @@ async function showDialog() {
|
||||
|
||||
$dialog.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
width: 900,
|
||||
height: 500
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user