#run should respect inheritance, fixes #3669

This commit is contained in:
zadam
2023-03-06 23:00:29 +01:00
parent 540d19c67c
commit 62c2547557
2 changed files with 3 additions and 18 deletions

View File

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