kjolley / BIGSdb

Bacterial Isolate Genome Sequence Database (BIGSdb): A platform for gene-by-gene bacterial population annotation and analysis.
https://pubmlst.org/software/bigsdb/
Other
58 stars 20 forks source link

The isolate select list in Export.pm uses the count of genomes to decide whether to use a scrolling list #993

Closed kjolley closed 4 months ago

kjolley commented 4 months ago

If use_all is selected then it should use the count of isolates.

Render this using jquery.ui.multiselect in Export.pm

kjolley commented 4 months ago

Decided against using jquery.ui.multiselect instead of a standard HTML scrolling list box as it is not possible to easily select multiple consecutive records using SHIFT or any other means.