moltimate / moltimate-frontend

Moltimate's frontend source code.
GNU General Public License v2.0
8 stars 3 forks source link

Prevent POST-ing empty protein files #119

Closed arp6695 closed 3 years ago

arp6695 commented 3 years ago

MOL-251: POST-ing the search form with the ProteinFiles fields as "undefined" is not a valid request.

Description

Fix issue MOL-251: File Search bug. If one adds a protein file, then removes it, any POST afterwards will be invalid.

Checklist