TheJacksonLaboratory / PhenopacketLab

An Angular/Springboot web application for the loading, editing, saving of data that follows the Phenopacket Schema
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Able to skip required fields by using the stepper #234

Closed BethSundberg closed 1 year ago

BethSundberg commented 1 year ago

I was able to create a phenopacket with no ID fields by using the stepper to jump to the last step and completing it.

Image

The stepper should not allow leaving any step if a required field is not filled in.

BethSundberg commented 1 year ago

It does not pass validation if I don't enter the two required id's. However, it did not save the values I went back and entered. Putting in a new bug for that and marking this one done.