Skip to content
Snippets Groups Projects
Commit 41fc375d authored by vkovtun's avatar vkovtun
Browse files

SSDM-8504 Made "COLLECTION" the default experiment type value, when the user...

SSDM-8504 Made "COLLECTION" the default experiment type value, when the user has selected a material from inventory.
parent e5bf82ac
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ function ProjectFormView(projectFormController, projectFormModel) {
if (experimentType) {
defaultValue = _this._projectFormModel.project.spaceCode;
} else {
defaultValue = "";
defaultValue = "COLLECTION";
}
} else {
defaultValue = "DEFAULT_EXPERIMENT";
......
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