Closed xispa closed 3 months ago
This Pull Request makes ARAnalyses.get to return a list when full_objects=False via DataManager (see https://github.com/senaite/senaite.core/pull/2595)
ARAnalyses.get
list
full_objects=False
(Pdb++) type(sample.getAnalyses()) <class 'ZTUtils.Lazy.LazyMap'>
(Pdb++) type(sample.getAnalyses()) <type 'list'>
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.
Description of the issue/feature this PR addresses
This Pull Request makes
ARAnalyses.get
to return alist
whenfull_objects=False
via DataManager (see https://github.com/senaite/senaite.core/pull/2595)Current behavior before PR
Desired behavior after PR is merged
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.