mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	camelCase builtin labels
This commit is contained in:
		| @@ -23,7 +23,7 @@ async function executeBundle(bundle, startNote) { | ||||
|  | ||||
|     const ctx = new ScriptContext(startNote, bundle.allNotes); | ||||
|  | ||||
|     if (await bundle.note.hasLabel('manual_transaction_handling')) { | ||||
|     if (await bundle.note.hasLabel('manualTransactionHandling')) { | ||||
|         return await execute(ctx, script, ''); | ||||
|     } | ||||
|     else { | ||||
| @@ -72,7 +72,7 @@ async function getScriptBundle(note, root = true, scriptEnv = null, includedNote | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|     if (!root && await note.hasLabel('disable_inclusion')) { | ||||
|     if (!root && await note.hasLabel('disableInclusion')) { | ||||
|         return; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user