Closed ramonski closed 4 months ago
This PR fixes a bug that was introduced with https://github.com/senaite/senaite.core/pull/2555
When a field value, e.g. LowerDetectionLimit or Uncertainty is imported, the old field value was shown in the log message
LowerDetectionLimit
Uncertainty
The new field value is shown in the log message
-- 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 PR fixes a bug that was introduced with https://github.com/senaite/senaite.core/pull/2555
Current behavior before PR
When a field value, e.g.
LowerDetectionLimit
orUncertainty
is imported, the old field value was shown in the log messageDesired behavior after PR is merged
The new field value is shown in the log message
-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.