changes in backend script running

This commit is contained in:
azivner
2018-03-03 09:11:41 -05:00
parent 982b723647
commit d169f67901
5 changed files with 54 additions and 58 deletions

View File

@@ -11,7 +11,8 @@ const BUILTIN_ATTRIBUTES = [
'calendar_root',
'hide_in_autocomplete',
'exclude_from_export',
'run'
'run',
'manual_transaction_handling'
];
async function getNoteAttributeMap(noteId) {