senaite / senaite.core

Enterprise Open Source Laboratory System (LIMS)
https://senaite.com
GNU General Public License v2.0
254 stars 145 forks source link

Fix specification values for hide min/max not stored on save #2508

Closed ramonski closed 8 months ago

ramonski commented 8 months ago

Description of the issue/feature this PR addresses

This PR fixes an issue for specification objects if the values for <Min and >Max are set.

Current behavior before PR

Values are not stored after save.

Desired behavior after PR is merged

Values are stored after safe

-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.