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 add sort to Supported Services List of ReferenceSample Multichoice field #2517

Closed toropok closed 7 months ago

toropok commented 7 months ago

Description of the issue/feature this PR addresses

The list of supported services in referenceSample Table List is unsorted

image

Current behavior before PR

unsorted

Desired behavior after PR is merged

sorted by service Title

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