Skip to content
Snippets Groups Projects

Resolve "Disease and Organism can not be removed"

Merged Piotr Gawron requested to merge 616-disease-and-organism-can-not-be-removed into master
3 files
+ 16
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -315,7 +315,7 @@ Project.prototype.getDisease = function () {
/**
*
* @param {AnnotationOptions|null} disease
* @param {AnnotationOptions|Annotation|null} disease
*/
Project.prototype.setDisease = function (disease) {
if (disease !== undefined && disease !== null) {
@@ -335,7 +335,7 @@ Project.prototype.getOrganism = function () {
/**
*
* @param {AnnotationOptions|null} organism
* @param {AnnotationOptions|Annotation|null} organism
*/
Project.prototype.setOrganism = function (organism) {
if (organism !== undefined && organism !== null) {
Loading