optimized custom script/widget loading

This commit is contained in:
zadam
2021-12-19 22:08:52 +01:00
parent 20465a4f71
commit 16d97b95af
4 changed files with 70 additions and 34 deletions

View File

@@ -38,7 +38,7 @@ function run(req) {
}
function getBundlesWithLabel(label, value) {
const notes = attributeService.getNotesWithLabel(label, value);
const notes = attributeService.getNotesWithLabelFast(label, value);
const bundles = [];