mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
script execution results are also pojo-ized
This commit is contained in:
@@ -79,6 +79,10 @@ function convertEntitiesToPojo(result) {
|
||||
}
|
||||
}
|
||||
|
||||
if (result && result.executionResult) { // from runOnBackend()
|
||||
result.executionResult = convertEntitiesToPojo(result.executionResult);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user