Closed ramonski closed 8 months ago
This PR fixes an issue for specification objects if the values for <Min and >Max are set.
<Min
>Max
Values are not stored after save.
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.
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.