senaite / senaite.core

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

Skip rendering of empty record fiels #2512

Closed ramonski closed 8 months ago

ramonski commented 8 months ago

Description of the issue/feature this PR addresses

This PR fixes the AT records widget view, so that it does not show empty values.

Current behavior before PR

Empty values are rendered:

Volume — SENAITE LIMS 2024-03-01 2 PM-50-52

Desired behavior after PR is merged

Empty record values are not rendered:

Volume — SENAITE LIMS 2024-03-01 2 PM-51-27

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