eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

saving cohort throws a null pointer exception if members box is empty #102

Closed akalsan closed 8 years ago

akalsan commented 8 years ago

when no element is dragged from the ontology and save is clicked, a null pointer exception is thrown. depending on whether it is a mandatory field or no, we need to validate it in the front end or do a null check in destinationResource class ,visit method before servicesCohort.getNode().accept(v);