Skip to content
Snippets Groups Projects
Commit 833c71e1 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

when adding project user can add and verify annotations

parent 1d1e8303
No related branches found
No related tags found
2 merge requests!115Resolve "admin panel should use API",!114Resolve "admin panel should use API"
......@@ -590,7 +590,10 @@ AddProjectDialog.prototype.onSaveClicked = function () {
"disease": self.getDisease(),
"organism": self.getOrganism(),
"sbgn": self.isSbgn(),
"semantic-zoom": self.isSemanticZooming()
"semantic-zoom": self.isSemanticZooming(),
"annotate": self.isAnnotateAutomatically(),
"verify-annotations": self.isVerifyAnnotations(),
};
return ServerConnector.addProject(options);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment