You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a Analysis with resultoptions where their Result Values are numbers, if the ControlType is MultipleSelection the "is_out_of_range" function always returns False, but, if de ControlType is set to "Selection List" works.
Reproduction guide
Set an analysisService with ResultOptions where Result Values should be numbers, and set specs for that analysis, then insert results out of range (in WS or Sample view.
Observed behaviour
if the control type of the analysis is multiple selection, it will always appear as within specification, if it is single selection, the result will be marked as out of specification
Expected behaviour
if at least one of the results is out of range, it should be listed as out of range, otherwise within specification
Versions
2.4.1
OS: Linux
senaite.core: master
senaite.impress: master
senaite.core.listing: master
senaite.core.supermodel: master
The text was updated successfully, but these errors were encountered:
Description
When you have a Analysis with resultoptions where their Result Values are numbers, if the ControlType is MultipleSelection the "is_out_of_range" function always returns False, but, if de ControlType is set to "Selection List" works.
Reproduction guide
Set an analysisService with ResultOptions where Result Values should be numbers, and set specs for that analysis, then insert results out of range (in WS or Sample view.
Observed behaviour
if the control type of the analysis is multiple selection, it will always appear as within specification, if it is single selection, the result will be marked as out of specification
Expected behaviour
if at least one of the results is out of range, it should be listed as out of range, otherwise within specification
Versions
2.4.1
OS: Linux
senaite.core:
master
senaite.impress:
master
senaite.core.listing:
master
senaite.core.supermodel:
master
The text was updated successfully, but these errors were encountered: