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

Adding an interpretation to a list of empty interpretations does not add it #249

Closed belkassaby closed 1 year ago

belkassaby commented 1 year ago

For a phenopacket without any interpretations, adding an interpretation does not add it. If the phenopacket has already some interpretations, the new interpretation is correctly added.

BethSundberg commented 1 year ago

@belkassaby I am trying this on dev and it is still not saving an interpretation in the case where the original phenopacket that was created had no interpretations.

BethSundberg commented 1 year ago

@belkassaby Have you deployed this to dev yet? Because it is not working.

BethSundberg commented 1 year ago

This is now working on dev