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

Merge branch '357-unknown-disease-map' into 'master'

Resolve ""UNKNOWN DISEASE MAP""

Closes #357

See merge request piotr.gawron/minerva!261
parents 5fa9b286 94eb19c2
No related branches found
No related tags found
1 merge request!261Resolve ""UNKNOWN DISEASE MAP""
Pipeline #
......@@ -205,7 +205,7 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
table.appendChild(self.createRow([guiUtils.createLabel("File format: "), fileFormatSelect]));
table.appendChild(self.createInputRow("ProjectId:", "id", "project-id"));
table.appendChild(self.createInputRow("Project name:", "UNKNOWN DISEASE MAP", "project-name"));
table.appendChild(self.createInputRow("Project name:", "NEW DISEASE MAP", "project-name"));
table.appendChild(self.createInputRow("Project Disease:", "", "project-disease"));
table.appendChild(self.createInputRow("Organism:", "", "project-organism"));
table.appendChild(self.createInputRow("Version:", "", "project-version"));
......
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