]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Helper/LinkedRecords.pm
Performance: inject_results in linked_records
[mfinanz.git] / SL / DB / Helper / LinkedRecords.pm
index 2ed5d20363a4354487f379ae6bf856ec63c941c2..026131b17622c60af35519e7f8ab5b33207f24e3 100644 (file)
@@ -89,6 +89,7 @@ sub _linked_records_implementation {
       $manager_class->get_all(
         query         => [ id => $link->$sub_wanted_id, @get_objects_query ],
         (with_objects => $params{with_objects}) x !!$params{with_objects},
+        inject_results => 1,
       )
     };
   };