mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
add prefix "_" to "named" IDs
This commit is contained in:
@@ -6,7 +6,7 @@ function execute(req) {
|
||||
|
||||
const affectedNoteIds = getAffectedNoteIds(noteIds, includeDescendants);
|
||||
|
||||
const bulkActionNote = becca.getNote('bulkAction');
|
||||
const bulkActionNote = becca.getNote('_bulkAction');
|
||||
|
||||
bulkActionService.executeActions(bulkActionNote, affectedNoteIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user