BU-ISCIII / iskylims

is an open-source LIMS (laboratory Information Management System) for Next Generation Sequencing sample management, statistics and reports, and bioinformatics analysis service management.
https://github.com/BU-ISCIII/iSkyLIMS/wiki
GNU General Public License v3.0
72 stars 35 forks source link

allowed to submit even not Select the Samples to add Molecule information #315

Open luissian opened 2 months ago

luissian commented 2 months ago

Description of the bug

When no molecule is selected to add information then in the next page that is present is almost empty image

And when click again to submit button the follow error occur image

Command used and terminal output

No response

Relevant files

No response

System information

No response

luissian commented 2 months ago

Added in java script the check that at least 1 sample must be selected and in code fix the error that allowed to check for row[check_field] != "" . The value when is not selected is False because the json coversion . It made that all samples were selected